**This is an old revision of the document!** ----
====== Daniel Verkamp: COMBOOT Support ====== ===== Journal ===== ==== Week 9 ==== ---- === 23-24 July 2008 === * There seems to be some nasty bug in COM32 loading - playing with menu.c32, I made a menu that could load itself again with menu.c32; this works the first dozen times, but then things blow up - in QEMU, I got a triple fault sometimes (with DEBUG=com32) and other times just a freeze. This happens regardless of the memory size (I tried -m 32 and -m 128 and it breaks at the same number of loads). It seems to actually be crashing outside the com32 loader somewhere, as it hasn't yet called my load or exec function if I am seeing things correctly, so it's probably during the image loading...