Difference between revisions of "USB Option ROM progess"
From coreboot
Jason Wang (Talk | contribs) m (Created page with 'reference ==Seabios interrupt == int 13 int 18 int 19 == drive numbering scheme == keyboard mouse disk this is an rough page which can will be continued improved') |
(Add git repo.) |
||
| (7 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| − | + | 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. | ||
Latest revision as of 15:52, 22 August 2009
The current code is available in the following git repository:
$ git clone http://vps.dorilex.net/pub/scm/jason/usbrom.git
[edit] 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
[edit] Drive numbering scheme
- keyboard
- mouse
- disk
This is a rough page which will be improved.