Ge van Geldorp schrieb:
I'd try partition(3). I think FreeLdr will skip the /dev/hda3 partition 'cause it doesn't recognize the filesystem on it. That would give the following partition assignments:
partition(1) /dev/hda1 partition(2) /dev/hda2 partition(3) /dev/hda4 partition(4) /dev/hda6
(skipping /dev/hda3 and /dev/hda5). This partition skipping thing is far from obvious, but I think it was put in for Windows compatibility reasons.
Thank you, partition(3) did indead work.
Now I have some gdi problems (a null pointer reference in gdi initialization) is there any way to get errors/SEGFAULTS into a file (no I don't have a serial port). I'll try to specify plain VGA (still investigating)
Christof