* added the Unlicense as valid in misc/share/REGISTER
[t2sde.git] / package / powerpc / mol / molrc.osx
blobc8567439bbcea0a3ec80739b1ce73c2935f46f00
1 # -*- perl -*- (for emacs syntax coloring)
3 #  /etc/mol/molrc.osx
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 #------------------------------------------------------------------------------
19 # Misc Settings
20 #------------------------------------------------------------------------------
22 ram_size:               96
23 disable_altivec:        no
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 #------------------------------------------------------------------------------
32 # OS X Volumes
33 #------------------------------------------------------------------------------
35 #       Volumes to be mounted in MacOS X are specified through the
36 #       blkdev keyword:
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
44 #       
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!
51 #               -cd             CDROM/DVD
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
62 } else {
63     # alternate configuration
64     blkdev:             /vra/osx.image  -rw
65     #blkdev:            /dev/loop/0     -rw