bios panic message
Posted: Wed Dec 24, 2003 5:30 pm
i'm getting error "bochs panic at rombios.c"
whats causing the error.Can u please explain the attached bochs output file as its my first attempt to use bochs.
my bochsscr.txt file is given below
[attachment deleted by admin]
whats causing the error.Can u please explain the attached bochs output file as its my first attempt to use bochs.
my bochsscr.txt file is given below
Code: Select all
# how much memory the emulated machine will have
# if you have less than 64MB of memory in your actuall computer, set this lower(16 is good)
megs: 32
# filename of ROM images
# note that if before a filename we put "../" then the file is looked
# for in the directory above that the current directory(the one the configuration
# file is in).
romimage: file=BIOS-bochs-latest, address=0xf0000
vgaromimage: VGABIOS-elpin-2.40
# we want a floppy drive(called a), the disk image that we are using is called "floppy.img"
floppya: 1_44=floppy.img, status=inserted
# choose the boot disk.
boot: a
# where do we send log/error messages?
log: bochsout.txt
# disable the mouse unless your OS uses it
mouse: enabled=0
[attachment deleted by admin]