I was able to reduce the size to fit into 64K, and am now back to the old problem of simulating linuxbios under bochs.
By commenting out these two lines in hardwaremain.c:
//pci_enumerate();
//framebuffer_on();
I've been able to make it to the entry to functions gunzip() and memcpy_from_doc_mil()
I need some assistance in how to model the doc_mil functions. After we start trying to read and write from addresses 0xFFFFF004+ , the simulation goes off in the weeds. Is there any documentation about what is supposed to be happening in this part of the code, and how I could model it in bochs?
Thanks,
Tony
Ronald G Minnich wrote:
[EMAIL PROTECTED]">On Fri, 12 Jul 2002, Tony Heller wrote:dd if=linuxbios.strip of=linuxbios.rom bs=1 seek=`expr 65536 - $size`
68060
dd: invalid number `-2524'
change that 65536 to 131072
