sandeshMC

Untitled

Oct 11th, 2014
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. # Key features of Linux Kernel
  2.  
  3. ## hybrid sleep mode
  4. Combination of sleep and hibernate mode. The contents of RAM are also copied to the HDD. This ensures no data is lost on power failure
  5.  
  6. ## 'TCP Fast Open'
  7. TCP fast Open is a Google developed feature. It tweaks the process of establishing a TCP connection to make it faster.
  8.  
  9. ## Kernel OOPS
  10. A report of a bug in Kernel is called OOPS. These crash reports are collected and sent upstream by softwares like ABRT (Fedora), apport (Ubuntu) . These reports are then published on the website.
  11.  
  12. ## Portability
  13. Linux is the worlds most widely ported kernels. Mobile operating systems like Google Android, Firefox OS, HP webOS, and Nokia Maemo use the modified versions of the Linux Kernels.
Advertisement
Add Comment
Please, Sign In to add comment