1 # -*- perl -*- (for emacs syntax coloring)
5 # Mac-on-Linux master configuration file for MacOS (classic) 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 #------------------------------------------------------------------------------
22 ram_size: 48 # should probably be increased
25 sound_driver: dsp # (any | dsp | esd)
26 sound_device: /dev/sound/dsp
28 play_startboing: no # play startboing
32 #------------------------------------------------------------------------------
34 #------------------------------------------------------------------------------
36 # To use a HFS disk in mol, add a blkdev line. The syntax is
38 # blkdev: <device> [flags]
40 # where <device> can be an entire disk (/dev/sda), a single
41 # partition (/dev/sda6) or a disk image (/home/samuel/moldisk).
45 # -rw/-ro read-write / read-only [default]
46 # -force export non-HFS partitions (be careful!)
47 # -whole export the complete disk rather than individual
48 # partitions (be careful!)
50 # -boot boot from this disk.
51 # -boot1 boot from this disk (ignore other -boot flags)
53 # If the --cdboot switch is used, then MOL will boot from CD
55 blkdev: /dev/cdrom -cd ${cdboot}
58 # default configuration
59 blkdev: /dev/discs/disc0/disc -rw
60 blkdev: /dev/discs/disc1/disc -rw
64 # alternate configuration (startmol --alt)
65 blkdev: /var/hfs.image -rw
68 ifeq ${boot_type} oldworld {
69 # oldworld booting (for MacOS 8.5 or older)
70 blkdev: /var/oldworld.image -rw
73 #------------------------------------------------------------------------------
74 # MacOS ROM Newworld Configuration
75 #------------------------------------------------------------------------------
77 # By default, MOL loads the 'Mac OS ROM' file directly from the System
78 # Folder of the startup disk. If this is not desirable (unlikely),
79 # then the ROM can be loaded from the linux side by using the
80 # newworld_rom keyword. Note that the ROM file must be copied to the
81 # linux side as a *binary* without any kind of encoding (avoid
82 # MacBinary in particular).
84 # newworld_rom: /BK/roms/rom.1.6.nw