Re: Debugging with Bochs
Posted: Fri Sep 27, 2013 12:07 pm
Might be documentation bug.Even wrote:Hmmm... Yeap, it works. Thanks.stlw wrote:It works for also withCode: Select all
romimage: file=$BXSHARE/BIOS-bochs-legacy
But why it doesn't work with "address=0xf0000" string like in an example in documentation? Bug?
For 512K example it requires to put address like:
Code: Select all
#romimage: file=mybios.bin, address=0xfff80000 # 512k at memory top
I.e. I would try smth like address=0xffff0000 ...
Actually it also writes it in the log file after you run Bochs (for legacy BIOS):
Code: Select all
00000000000i[MEM0 ] rom at 0xffff0000/65536 ('bios/BIOS-bochs-legacy')