1 # -*- perl -*- (for emacs syntax coloring)
5 # Mac-on-Linux master configuration file for MacOS X booting
9 #------------------------------------------------------------------------------
10 # Parse other config files (these files are in /etc/mol/)
11 #------------------------------------------------------------------------------
13 include ${etc}/molrc.video # video configuration
14 include ${etc}/molrc.input # mouse and keyboard
15 include ${etc}/molrc.net # networking
18 #------------------------------------------------------------------------------
20 #------------------------------------------------------------------------------
25 # OSX has severe real-time requirements for sound. If this appears to be
26 # a problem, it might help to limit the sound rate to 22050 Hz.
28 #max_sound_rate: 22050
31 #------------------------------------------------------------------------------
33 #------------------------------------------------------------------------------
35 # Volumes to be mounted in MacOS X are specified through the
38 # blkdev: <device> [flags]
40 # where <device> can be a complete disk (/dev/discs/disc0/disc), a single
41 # partition (/dev/discs/disc0/disc7) or a disk image.
43 # The following flags are supported
45 # -rw/-ro read-write / read-only [default]
46 # -force force usage of device (be careful!)
47 # -boot boot from this disk
48 # -boot1 boot from this disk (ignore other -boot flags)
49 # -whole export the entire device (including
50 # any non-HFS partitions). BE CAREFUL!
53 # MOL will boot from CD if it invoked through 'startmol -X --cdboot'.
55 blkdev: /dev/cdrom -cd ${cdboot}
57 ifempty ${altconfig} {
58 # default configuration
59 blkdev: /dev/discs/disc0/disc -rw
60 blkdev: /dev/discs/disc1/disc -rw
63 # alternate configuration
64 blkdev: /vra/osx.image -rw
65 #blkdev: /dev/loop/0 -rw