search for: 2400h

Displaying 2 results from an estimated 2 matches for "2400h".

Did you mean: 2400
2006 Nov 20
2
push-pop ordering error found in memdisk
...- *** push 4 *** --------------------------------- but then after the copy, popping is in this order; pop es ; <- error pop order, *** pop 3 *** pop ds ; <- error pop order, *** pop 2 *** pop dx ; A20 status ; <- error pop order, *** pop 4 *** and dx,dx jnz .skip_a20d mov ax,2400h ; Disable A20 int 15h .skip_a20d: popfd ; <- *** pop 1 *** jmp .donev --------------------------------- Best regards, Jim DISCLAIMER: The information contained in this e-mail is confidential and may be privileged. It is intended for the addressee only. If you are not the intended rec...
2004 Jan 26
7
Problem with FreeDOS + himem64 + PXELINUX + memdisk
(FreeDOS developers, I apologize for the redundant parts of this message. But I want to bring the SYSLINUX folks into the discussion, and the SourceForge mailing list archives are broken.) Background: I have a little Sourceforge project (http://unattended.sourceforge.net/) for which I use SYSLINUX to provide CD-ROM and PXE boot support for my boot disk. And it works great with MS-DOS. However,