Displaying 2 results from an estimated 2 matches for "syslinux_localboot".
Did you mean:
syslinux_local_boot
2007 Sep 20
2
com32 -> localboot problem
...foo
LABEL foo
KERNEL foo.c32
APPEND some arguments
LABEL localboot
localboot 0
Restated, if foo.c32 returns then I can type in 'localboot' at the boot:
prompt and the sytem will boot properly.
I would like foo.c32 to localboot.
I am using the following code to try to localboot:
void syslinux_localboot(int localboottype) {
static com32sys_t regs;
memset(®s, 0, sizeof regs);
regs.eax.w[0] = 0x0014;
regs.edx.w[0] = (unsigned short) localboottype;
__intcall(0x22, ®s, NULL);
printf("Why did I come back?\n");
syslinux_sleep(5);
exit(0);
}
I am observing that it...
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