Hi i managed to build bochs debugger on macos 11 with gtk+3.0 and it works :) Very nice tool for osdev debugging
the current bochs code is not working on macos because the gtk_main() of the debugger is called from a different thread than the main one and since macos Mojave this following error pops up: Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'NSWindow drag regions should only be invalidated on the Main Thread!'
Hi i managed to build bochs debugger on macos 11 with gtk-2 and it works :) Very nice tool for osdev debugging
Currently it is not working on macos because the gtk_main() of the debugger is called from a different thread than the main one and since macos Mojave this following error pops up: Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'NSWindow drag regions should only be invalidated on the Main Thread!'
Currently it is not working on macos since the gtk_main() of the debugger is called from a different thread than the main one and since macos Mojave this following error pops up: Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'NSWindow drag regions should only be invalidated on the Main Thread!'
Hi i managed to build bochs debugger on macos 11 with gtk-2 :)