search for: savedax

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

Did you mean: savedat
2009 Mar 22
1
[PATCH] [memdisk] Additional comments in memdisk.inc and postprocess.pl
...If SF=0, we have a class match here + ; 0x00 the sign bit for FD + ; 0x80 the sign bit for HD jz .our_drive ; If ZF=1, we have an exact match cmp dl,[cs:DriveNo] jb .nomatch ; Drive < Our drive @@ -115,13 +118,13 @@ Int13Start: pushf push bp mov bp,sp - cmp byte [cs:SavedAX+1],08h + cmp byte [cs:SavedAX+1],08h ; Get drive params function? je .norestoredl - cmp byte [cs:SavedAX+1],15h + cmp byte [cs:SavedAX+1],15h ; Get disk type function? jne .restoredl test byte [bp+4],80h ; Hard disk? jnz .norestoredl -.restoredl: +.restoredl: ; DL should have numb...
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.