http://git.etherboot.org
/
people
/
sha0
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e42cb9
)
Fix a couple of minor typos.
author
Michael Brown
<mcb30@etherboot.org>
Sun, 14 May 2006 18:17:29 +0000
(18:17 +0000)
committer
Michael Brown
<mcb30@etherboot.org>
Sun, 14 May 2006 18:17:29 +0000
(18:17 +0000)
src/arch/i386/interface/pcbios/int13.c
patch
|
blob
|
history
diff --git
a/src/arch/i386/interface/pcbios/int13.c
b/src/arch/i386/interface/pcbios/int13.c
index
1adbef1
..
0dd96ac
100644
(file)
--- a/
src/arch/i386/interface/pcbios/int13.c
+++ b/
src/arch/i386/interface/pcbios/int13.c
@@
-559,10
+559,10
@@
int int13_boot ( unsigned int drive ) {
"\n99:\n\t",
1,
OUT_CONSTRAINTS ( "=d" ( d1 ) ),
- IN_CONSTRAINTS ( "
d
" ( drive ) ),
+ IN_CONSTRAINTS ( "
0
" ( drive ) ),
CLOBBER ( "eax", "ebx", "ecx", "esi", "edi", "ebp" ) );
- DBG ( "Booted disk returned via INT 18\n" );
+ DBG ( "Booted disk returned via INT 18
or 19
\n" );
/* Unhook INTs 18 and 19 */
unhook_bios_interrupt ( 0x18, ( unsigned int ) int13_exec_fail,