search for: int15_88

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

2009 Mar 22
1
[PATCH] [memdisk] Additional comments in memdisk.inc and postprocess.pl
...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:Mem16MB] mov edx,ebx jmp short int15_success -int15_88: +int15_88: ; Get extended mem size mov ax,[cs:MemInt1588] jmp short int15_success @@ -805,7 +812,8 @@ Int13Funcs dw Reset ; 00h - RESET dw Invalid ; 06h - FORMAT TRACK AND SET BAD FLAGS dw Invalid ; 07h - FORMAT DRIVE AT TRACK dw GetParms ; 08h - GET PARAMETERS - dw InitWi...