search for: int15_e801

Displaying 1 result from an estimated 1 matches for "int15_e801".

2009 Mar 22
1
[PATCH] [memdisk] Additional comments in memdisk.inc and postprocess.pl
...et up registers as for a "Read", and compares against disk + ; size. ; WARNING: This fails immediately, even if we can transfer some ; sectors. This isn't really the correct behaviour. setup_regs: @@ -589,21 +595,22 @@ Int15Start: oldint15: pop bp jmp far [cs:OldInt15] -int15_e801: +int15_e801: ; Get mem size for > 64 MB config mov ax,[cs:Mem1MB] mov cx,ax mov bx,[cs:Mem16MB] mov dx,bx jmp short int15_success -int15_e881: +int15_e881: ; Get mem size for > 64 MB config + ; 32-bit code mov eax,[cs:Mem1MB] mov ecx,eax mov ebx,[cs:Mem16M...