The created image fails to boot, though. For ia32, the problem is probably in some HID driver
FYI: On ia32, the compositor crashes on an exception because of an SSE instruction (movapd %xmm1,-0x298(%ebp)). If I am not mistaken, our FPU context switch routines are SSE compatible, but we simply don't set the specific bits in CR4 (OSFXSR, OSXMMEXCPT) to actually enable SSE. This should be easy to fix.
I haven't investigated amd64 yet, but it might be a similar issues. M.D. _______________________________________________ HelenOS-devel mailing list [email protected] http://lists.modry.cz/listinfo/helenos-devel
