【int 3】
跳到中段點,不過有可以用來當 near call 用(or far call?)。
【int 10】
vga相關。
【int 13】
disk/storage 讀寫。hd reset。
【int15】
- Probe memory
- echo 820
- echo 801
【int 19】
- Load mbr(boot sector;0xAA55的,通常會再配合int 13,之後跳到 0000:7c00 開機。
- 附近會做的事
- BDA(Bios data area)
- EDBA(會和S4有關)
- IVT
- APIC
- APCI - 另一個說法
- switch to Protoction mode
- CPU Init (#1st ,#2nd… CPU)
- jump to 7c00(?要考證)
- far jump 0(要考證)