- The Kernel Boot Process
http://duartes.org/gustavo/blog/post/kernel-boot-process - BIOS與CMOS
http://forum.slime.com.tw/thread99052.html
【Grub 】
如果用 Grub去帶 Kernel 的話,聽說是用 INT13。不過詳細過程可能還要再看 code。參考 http://en.wikipedia.org/wiki/INT_13
【BIOS】
BIOS load MBR 是透過 INT19。參考中斷表
- http://bbs.nsysu.edu.tw/txtVersion/treasure/program/M.855653178.A/M.839225969.A.html
- http://210.70.63.214/~sdp93_39/OS/OsProject1ppt_39.ppt
【Embedded】
透過Boot loader。