Install Bochs 2.4.6 on CentOS

http://turbolinux.org/2011/05/install-bochs-2-4-6-on-centos/

1. Download

http://sourceforge.net/projects/bochs/files/bochs/2.4.6/

2. Installation

# rpm -ivh bochs-2.4.6.rpm

# cd /usr/share/bochs/dlxlinux
[root@localhost dlxlinux]# gunzip hd10meg.img

3. Configuration

First, Edit bochsrc.bxrc:

megs: 32

romimage: file=/usr/share/bochs/BIOS-bochs-latest, address=0xf0000
vgaromimage: /usr/share/bochs/VGABIOS-elpin-2.40

floppya: 1_44=SINIX.IMG, status=inserted

ata0: enabled=1, ioaddr1=0x1f0, ioaddr2=0x3f0, irq=14
ata0-master: type=disk, path=”80mhd.img”, mode=flat, cylinders=162, heads=16, spt=63

boot: a

log: bochsout.txt

mouse: enabled=0
keyboard_mapping: enabled=1, map=/usr/share/bochs/keymaps/x11-pc-us.map

then, you can start debugging.

# bochs -qf bochsrc.bxrc


你可能感兴趣的:(Install Bochs 2.4.6 on CentOS)