Can't print in black and white
Is SPARC big endian host Yes. Can suggest only to try 2.6.8 official release sources. Unfortunately, 2.6.8 dumps core too. The gui window opens, and then: ... Please choose one: [6] 00000000000i[ ] installing x module as the Bochs GUI 00000000000i[ ] using log file bochsout.txt Bus Error - core dumped # At least it didn't complain about compiling with ne2000 configured in. I should add that the gui window comes up empty. In the 2.6 version I first tried, the window included a menu bar up top. So...
Is SPARC big endian host Yes. Can suggest only to try 2.6.8 official release sources. Unfortunately, 2.6.8 dumps core too. The gui window opens, and then: ... Please choose one: [6] 00000000000i[ ] installing x module as the Bochs GUI 00000000000i[ ] using log file bochsout.txt Bus Error - core dumped # At least it didn't complain about compiling with ne2000 configured in. Not sure how can I help better. You are more than welcome to an account on my machine if you'd like. I doubt I'll be able to...
Well figuring that "core dumped" isn't a particularly illuminating error message, I recompiled with gdb. ./configure --enable-gdb-stub \ --enable-all-optimizations \ --enable-cpu-level=6 \ --enable-x86-64 \ --enable-pci \ --enable-clgd54xx \ --enable-usb Does this help any? ... Please choose one: [6] 00000000000i[ ] installing x module as the Bochs GUI 00000000000i[ ] using log file bochsout.txt Program received signal SIGSEGV, Segmentation fault. 0x001604c8 in FetchWORD(unsigned char const*) ()...
Well figuring that "core dumped" isn't a particularly illuminating error message, I recompiled with gdb. ./configure --enable-gdb-stub \ --enable-all-optimizations \ --enable-cpu-level=6 \ --enable-x86-64 \ --enable-pci \ --enable-clgd54xx \ --enable-usb Does this help any? ... Please choose one: [6] 00000000000i[ ] installing x module as the Bochs GUI 00000000000i[ ] using log file bochsout.txt Program received signal SIGSEGV, Segmentation fault. 0x001604c8 in FetchWORD(unsigned char const*) ()...
Thanks but that didn't fix it. I removed the lock file and ran ./bochs again. The gui window appeared and after about five seconds it crashed. ... Please choose one: [6] 00000000000i[ ] installing x module as the Bochs GUI 00000000000i[ ] using log file bochsout.txt Bus Error - core dumped The "can't open file" message only pops up if the lock file exists. Otherwise, it just dumps core. If it matters, in .bochsrc I have ata0: enabled=1, ioaddr1=0x1f0, ioaddr2=0x3f0, irq=14 ata0-master: type=disk,...
If network card means that it gives my emulated machine access to the Internet, then yes, that would be extremely useful. So I removed the --enable-ne2000 line and ran ./configure again. Then I had to make a few changes: gui/x.cc needed a full path for: #include </usr/X11/include/X11/extensions/Xrandr.h> Then I was getting linker problems with: Undefined first referenced symbol in file XFree gui/libgui.a(x.o) (symbol belongs to implicit dependency /usr/openwin/lib/libX11.so.4) ...and many more despite...
If network card means that it gives my emulated machine access to the Internet, then yes, that would be extremely useful. So I removed the --enable-ne2000 line and ran ./configure again. Then I had to make a few changes: gui/x.cc needed a full path for: #include </usr/X11/include/X11/extensions/Xrandr.h> Then I was getting linker problems with: Undefined first referenced symbol in file XFree gui/libgui.a(x.o) (symbol belongs to implicit dependency /usr/openwin/lib/libX11.so.4) ...and many more despite...