Browse Source

Fix a couple of minor typos.

tags/v0.9.3
Michael Brown 18 years ago
parent
commit
29fb77b0a4
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/arch/i386/interface/pcbios/int13.c

+ 2
- 2
src/arch/i386/interface/pcbios/int13.c View File

559
 		    "\n99:\n\t",
559
 		    "\n99:\n\t",
560
 		    1,
560
 		    1,
561
 		    OUT_CONSTRAINTS ( "=d" ( d1 ) ),
561
 		    OUT_CONSTRAINTS ( "=d" ( d1 ) ),
562
-		    IN_CONSTRAINTS ( "d" ( drive ) ),
562
+		    IN_CONSTRAINTS ( "0" ( drive ) ),
563
 		    CLOBBER ( "eax", "ebx", "ecx", "esi", "edi", "ebp" ) );
563
 		    CLOBBER ( "eax", "ebx", "ecx", "esi", "edi", "ebp" ) );
564
 
564
 
565
-	DBG ( "Booted disk returned via INT 18\n" );
565
+	DBG ( "Booted disk returned via INT 18 or 19\n" );
566
 
566
 
567
 	/* Unhook INTs 18 and 19 */
567
 	/* Unhook INTs 18 and 19 */
568
 	unhook_bios_interrupt ( 0x18, ( unsigned int ) int13_exec_fail,
568
 	unhook_bios_interrupt ( 0x18, ( unsigned int ) int13_exec_fail,

Loading…
Cancel
Save