search for: syslinux_dump_movelist

Displaying 3 results from an estimated 3 matches for "syslinux_dump_movelist".

2014 Feb 28
0
VirtualBox 4.1.x can reproduce bug 45
...dy. I followed hpa's instructions (given at #syslinux, on syslinux 6.03pre3): 1_ Add: -DDEBUG=1 -DCORE_DEBUG=1 to mk/devel.mk. 2_ Build. I used 'make bios' 3_ Test with: debug.c32 -e bios_boot_linux debug.c32 -e syslinux_do_shuffle debug.c32 -e syslinux_dump_memmap debug.c32 -e syslinux_dump_movelist (I actually used debug.c32 -e <func1> , <func2> , ... I am typing it as 4 individual lines here just for clarity.) 4_ Launch the kernel (which fails as described in bug 45). I am attaching the console output. Hopefully it helps with bug 45. TIA, Ady. -------------- next part ------...
2014 Feb 26
2
VirtualBox 4.1.x can reproduce bug 45
Short summary: I think bug #45 http://bugzilla.syslinux.org/show_bug.cgi?id=45 "Regression in Syslinux 6.xx. Doesn't 'hand over' to linux kernel" can be reproduced using VirtualBox 4.1.x while trying to boot a relatively-newish Linux kernel. Now, for more details... Under VBox 4.1.x and using ISOLINUX 4.xx, a newish Linux kernel boots correctly. Under VBox 4.1.x and
2013 Mar 07
4
Syslinux-5.10-pre1
...pxe: force polling on if we receive no interrupts pxe: use core for atomic modification of certain volatiles Matt Fleming (6): Merge branch 'lwip' into elflink pxe: Handle closing file with NULL ->inode lwip: Fix use-after-free memory corruption shuffle: syslinux_dump_movelist() only takes 1 argument net: Return of the legacy network stack Merge branch 'lwip-merge' into elflink Sebastian Herbszt (2): thread: free curr->rmstack core: fix pc_setint16 and pc_setint32 -- Matt Fleming, Intel Open Source Technology Center