JagStation by Seb/The Removers ============================== archlinux 32 bits Virtual Box Image To import in VirtualBox: - create a new Machine and choose archlinux (32 bits) Import the three harddisks to your newly created machine: - root.vdi: first SATA disk - swap.vdi: second SATA disk - home.vdi: third SATA disk The two following accounts are created: - root (system administrator) password is 'root' - guest (user account) password is 'guest' The Jaguar tools and sources are installed in the guest account. In /home/guest/.bashrc, two environment variables are defined: - M68KTOOLS points to the cross gcc build - JAGPATH points to the path where Jaguar related stuff is stored The tree structure of JAGPATH is the following: - ${JAGPATH}/src sources of the Removers library, the Jaguar C library and several examples of code taken from the Removers website (http://removers.atari.org/) - ${JAGPATH}/tools some useful tools for developing on Jaguar, including the Jaguar image converter taken from the Removers website and rmvjcp, the Removers tweaked version of jcp (Skunkboard communication tool) - ${JAGPATH}/archives archives of the sources & tools - ${JAGPATH}/bin binary tools (MadMac, ALN) and links to precompiled version of converter, rmvjcp and lz77 - ${JAGPATH}/m68k-aout (this is pointed by ${M68KTOOLS}) cross gcc You may wish to change some settings of the archlinux installation (keyboard mapping, timezone). Please refer to the archlinux wiki. (https://wiki.archlinux.org/) Seb