search for: oldint15

Displaying 2 results from an estimated 2 matches for "oldint15".

Did you mean: oldint13
2009 Mar 22
1
[PATCH] [memdisk] Additional comments in memdisk.inc and postprocess.pl
...quot;, and compares against disk size. + ; Set 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,[...
2006 Mar 10
2
unload memdisk+FreeDOS => local boot
Sensei H. Peter Anvin, I have successfully modified/enhanced memdisk so that one can chainload a local operating system after running diskless FreeDOS. I would like your advice regarding the appropriate interface for invoking this functionality. In addition, I would like to know what steps to take so that you feel comfortable considering including this in the standard syslinux distribution.