On 8 Mar 2009 at 20:10, basile wrote: > I built a grub ISO with two kernels, identical in every respect except > CONFIG_PAX_KERNEXEC is set for the first kernel which gives the triple > fault, and not set for the second which boots fine. Here's the ISO and > qemu.log: > > http://opensource.dyc.edu/pub/misc/ramdisk.iso > http://opensource.dyc.edu/pub/misc/qemu.log
hmm, it looks like an early decompression problem, something that a bad ld would produce. what's your binutils version? pax needs 2.18+ these days.
