search for: 000ah

Displaying 7 results from an estimated 7 matches for "000ah".

Did you mean: 000a
2010 Feb 28
1
INT 22H AX=000Ah, CL=9 and __syslinux_get_derivative_info()
comboot.txt says to set CL=9 "to get a valid return in CL for all versions". The code in __syslinux_get_derivative_info() doesn't set it. Is this comment obsolete? Looking at comboot.inc suggest this because P_CL is set to SECTOR_SHIFT for all derivatives but pxelinux which does set P_ECX to MyIP. - Sebastian
2008 Jan 02
3
inconsistent Int 22h local boot
I have a Dell 1435 system that will not respond correctly to a com32 call to Local boot Int 22h AX=14h DX = 0 This call should not return. It should unload the PXE+UNDI stacks and continue the boot process with the next boot device. This call is working fine for me on an HP DL360G2 and on a Dell PE 850. But, on this Dell 1435 the call is returning from the Int 22h. I am using syslinux 3.51
2011 Feb 18
1
[PATCH] core: Allow pasting from a VMware host by typing Ctrl-P
..._char_2 @@ -568,6 +574,72 @@ getchar_timeout: call vgahidecursor ret +; Copy data from VMware's clipboard to the command-line buffer +VMwareMagic equ 564D5868h ; VMWare magic number +VMwarePort equ 5658h ; VMWare magic port +vmware_paste: + mov eax,VMwareMagic + mov ebx,0 + mov cx,000ah ; Get VMware version + mov dx,VMwarePort + in eax,dx + cmp ebx,VMwareMagic + jne vmware_done + + mov eax,VMwareMagic + mov cx,0006h ; Get clipboard length + mov dx,VMwarePort + in eax,dx + and eax,eax + jz vmware_done + cmp eax,0ffffffffh + jz vmware_done + mov ebx,eax + +vmware_ge...
2005 Jan 10
0
SYSLINUX 3.06 released
...y commas. This is mostly useful for initramfs, which can be composed of multiple separate cpio or cpio.gz archives. (Note: all files except the last one are zero-padded to a 4K page boundary. This should not affect initramfs.) * EXTLINUX: Fix API function 000Ah (get derivative-specific info). * libcom32/ethersel: Support PCI Config Mechanism #2 on machines still infested with that hideous old hack. * SYSLINUX: Fix directory-parsing bug. Begin3 Title: syslinux Version: 3.06 Entered-date: 2005-01-10...
2005 Jan 12
0
SYSLINUX 3.07 released
...y commas. This is mostly useful for initramfs, which can be composed of multiple separate cpio or cpio.gz archives. (Note: all files except the last one are zero-padded to a 4K page boundary. This should not affect initramfs.) * EXTLINUX: Fix API function 000Ah (get derivative-specific info). * libcom32/ethersel: Support PCI Config Mechanism #2 on machines still infested with that hideous old hack. * SYSLINUX: Fix directory-parsing bug. Begin3 Title: syslinux Version: 3.07 Entered-date: 2005-01-12...
2007 Jan 22
1
Knowing your boot disk
folks, If you boot from syslinux based USB/harddisk, is there a way to know the partition or disk you booted from? I'm using the mboot module, so if the info is availble to thru the COM api, i can get it and append it to cmdline. thanks. -- Ram
2005 Jan 08
1
SYSLINUX 3.05 released
...y commas. This is mostly useful for initramfs, which can be composed of multiple separate cpio or cpio.gz archives. (Note: all files except the last one are zero-padded to a 4K page boundary. This should not affect initramfs.) * EXTLINUX: Fix API function 000Ah (get derivative-specific info). * libcom32/ethersel: Support PCI Config Mechanism #2 on machines still infested with that hideous old hack. * SYSLINUX: Fix directory-parsing bug. Begin3 Title: syslinux Version: 3.05 Entered-date: 2005-01-07...