Bochs Setup
Posted: Sat Jul 25, 2009 2:02 am
Switching to bochs for debugging purposes. Start bochs with "bochs" at command line. Choose option #2 "Read options from..." and pass it the path to my bochsrc. My bochsrc is exactly the default that came with the download of bochs, except for 2 parts:
is now:
and:
is now:
After this no errors seem to occur and I get this message before being redirected back to the same menu:
I now choose option #6 "Begin Simulation", which generates the following errors:
What is wrong and how can I finally get this finicky config file to cooperate and boot a simple floppy image,
Brodeur235
Code: Select all
floppya: 1_44=/dev/fd0, status=inserted
Code: Select all
floppya: 1_44=/home/nick/Desktop/kern.img, status=inserted
Code: Select all
#boot: floppy
#boot: disk
boot: cdrom
Code: Select all
boot: floppy
#boot: disk
#boot: cdrom
Code: Select all
00000000000i[ ] reading configuration from /home/nick/Desktop/bochsrc
Code: Select all
00000000000e[ ] change of the config interface to wx not implemented yet
00000000000e[ ] wxWidgets was not used as the configuration interface, so it cannot be used as the display library
00000000000e[ ] changing display library to 'x' instead
00000000000i[ ] lt_dlhandle is (nil)
00000000000p[ ] >>PANIC<< dlopen failed for module 'x': file not found
========================================================================
Event type: PANIC
Device: [ ]
Message: dlopen failed for module 'x': file not found
A PANIC has occurred. Do you want to:
cont - continue execution
alwayscont - continue execution, and don't ask again.
This affects only PANIC events from device [ ]
die - stop execution now
abort - dump core
debug - hand control to gdb
Choose one of the actions above: [die]
Brodeur235