USB Option ROM progess
From coreboot
The current code is available in the following git repository:
$ git clone http://vps.dorilex.net/pub/scm/jason/usbrom.git
SeaBIOS interrupt
- int 13
- AH=00h: Reset Disk Drives
- AH=01h: Check Drive Status
- AH=02h: Read Sectors From Drive
- AH=03h: Write Sectors To Drive
- int 18
- int 19
Drive numbering scheme
- keyboard
- mouse
- disk
This is a rough page which will be improved.