Difference between revisions of "USB Option ROM progess"

From coreboot
Jump to: navigation, search
(Seabios interrupt)
(Add git repo.)
 
(2 intermediate revisions by one user not shown)
Line 1: Line 1:
reference
+
The current code is available in the following git repository:
==Seabios interrupt  ==
+
int 13<br>
+
AH=00h: Reset Disk Drives<br>
+
AH=01h: Check Drive Status<br>
+
AH=02h: Read Sectors From Drive<br>
+
AH=03h: Write Sectors To Drive<br>
+
int 18<br>
+
int 19<br>
+
  
== drive numbering scheme ==
+
$ '''git clone http://vps.dorilex.net/pub/scm/jason/usbrom.git'''
keyboard<br>
+
mouse<br>
+
disk<br>
+
  
this is an rough page which can will be continued improved
+
== 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

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.