oh i donwloaded the cvs version and stable version, and they wont compile if i use the:
./configure --enable-iodebug --enable-disasm --enable-debugger
for enable debug, i receive that make error:
Code: Select all
...
enh_dbg.cc:3045: error: ‘VK_RETURN’ was not declared in this scope
....
enh_dbg.cc:3375: warning: deprecated conversion from string constant to ‘char*’
make[1]: *** [enh_dbg.o] Error 1
make[1]: Leaving directory `/home/crowley/bochs-20090111/gui'
make: *** [gui/libgui.a] Error 2
Going back to my problem, i noticed, that when the OS freeze bochsout has that output:
Code: Select all
00716358000i[KBD ] internal keyboard buffer full, ignoring scancode.(a3)
00717974000i[KBD ] internal keyboard buffer full, ignoring scancode.(23)
00718548000i[KBD ] internal keyboard buffer full, ignoring scancode.(a3)
apparently i can't find any connection between #GPE, Bound Exception and that problem, please help meeee ^_^