On Wed, May 02, 2007 at 07:48:24PM +0200, Thomas Schwinge wrote: > Build a GNU Mach image with ``--enable-kdb > --disable-default-device-drivers --enable-floppy --enable-ide > --enable-ne''. I get a crash as soon as the first contact to the outer > world is initiated -- I suppose, as it crashes directly after `inetd' has > been started. ``crash'' is not the right term, though, as the kernel > debugger doesn't even pop up. What might this be?
Run QEMU with a monitor (e.g. -monitor stdio) and see if it accepts input. If it doesn't, it could be a recursive page fault/general protection exception. Use -d int and check /tmp/qemu.log. If it accepts input, you need to do additional checks. -- Richard Braun
signature.asc
Description: Digital signature
_______________________________________________ Bug-hurd mailing list Bug-hurd@gnu.org http://lists.gnu.org/mailman/listinfo/bug-hurd