Difference between revisions of "BIOS"


From Knoppix Documentation Wiki
Jump to: navigation, search
m (Reverted edit of Naughtyneo, changed back to last version by Dr Kludge)
m (External Links)
Line 5: Line 5:
 
* [http://en.wikipedia.org/wiki/BIOS Wikipedia BIOS Article]
 
* [http://en.wikipedia.org/wiki/BIOS Wikipedia BIOS Article]
 
* [http://www.linuxbios.org/index.php/Main_Page Linux BIOS main page]  This is an interesting project that will allow you to replace that dead spot on your [[Mo Bo | Mother Board]].
 
* [http://www.linuxbios.org/index.php/Main_Page Linux BIOS main page]  This is an interesting project that will allow you to replace that dead spot on your [[Mo Bo | Mother Board]].
 +
* Also see [http://www.uk.superiorpapers.com/ college essay]
  
  
 
{{page-stub}}
 
{{page-stub}}

Revision as of 12:51, 17 October 2010

BIOS stands for Basic Input Output System. x86 BIOS calls are single task calls. The Linux operating system had to replace all of these calls with kernel drivers. This is why you can use Alt and F1 to F6 on most Linux distributions. A new session will start because the kernel replace the single task BIOS calls with mult-task calls. Linux can handle multiple keyboard, mice and video sessions.

External Links