using bochs
Posted: Wed Jul 11, 2007 11:05 pm
right i can't figure out how to use bochs
i use
to create the image and this is my bochsrc
and when i run bochs it says
i use
Code: Select all
dd if=kernel.bin of=kernel.img bs=512 count=20160
Code: Select all
config_interface: textconfig
display_library: x
log: bochsout.txt
romimage: file=/usr/share/bochs/BIOS-bochs-latest, address=0xf0000
megs: 32
vgaromimage: file=/usr/share/vgabios/vgabios.bin
ata0: enabled=1, ioaddr1=0x1f0, ioaddr2=0x3f0, irq=14
ata0-master: type=disk, path="kernel.img", mode=flat, cylinders=20, heads=16, spt=63
boot: disk
size of disk image must be multiple of 512 bytes