Changed COLLATE2 to a table look-up. More flexible, faster, and should also
[AROS.git] / docs / README.Bochs
blobad49c36ed68b7c1c45a3518076f209ffd7a3221b
1 How to use AROS native-i386 with Bochs:
3 Building:
5   make clean
6   ./configure --target=native-i386 --enable-vmware-hack --enable-bochs-hack
7   make
9 Download Bochs:
11   ftp://bochs.com/pub/
12    
13 Setting up Bochs:
15   First have a look at the Bochs installation docs. You'll probably
16   have to install the vga font as described in the Bochs docs.
17   
18   Then edit the Bochs configuration file ".bochsrc". Tell it to
19   boot from floppy A:
20   
21     boot: a
23   Then tell it where to take the floppy image from:
24   
25     floppya: 1_44=/usr/local/aros/AROS/bin/native-i386/gen/rom/boot/aros.bin, status=inserted
26                   
27   You will probably have to change the first part of the path ("/usr/local/aros"),
28   depending on where you have the AROS directory on your HD.