KERNEL: 11.3 (tcb=20441800) killed:
Unhandled trap
EAX 005feb30 EBX 000003c0 ECX 00000000 EDX 000003da
ESI 000003da EDI 000003c0 EBP 00635f30 ESP 00635f20
EIP 0064e3da EFLAGS 00210046
CS 0002 SS 002b DS 002b ES 002b FS 0000 GS 0007
trapno 13, error 00000000, from user mode
(internal event regarding GDT entry no. 0x00)
Your image probably still contains a driver or similar which tries
to access the hardware. Under Fiasco-UX this will result in an
exception. To find out which feature to disable in the Linux
configuration, enter the kernel debugger with Ctrl-C, and enter
ut11 64e3da[ENTER] to show a disassembly of task 11
at address 0x64e3da. Scroll a bit up to see the C file of the code.
Now that you know the C file you can disable the appropriate option
in the kernel configuration.