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 (Reverted edits by Valera (Talk); changed back to last version by Harry Kuhman)
 
(One intermediate revision by one other user not shown)
(No difference)

Latest revision as of 19:20, 18 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