* updated knights (21.12.1 -> 21.12.2), untested
[t2-trunk.git] / package / powerpc / mol / molrc.macos
blobb5baeae6a4a25e3643e53e1c795d92d06a316292
1 # -*- perl -*- (for emacs syntax coloring)
3 #  /etc/mol/molrc.macos 
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 #------------------------------------------------------------------------------
19 # Misc Settings
20 #------------------------------------------------------------------------------
22 ram_size:               48              # should probably be increased
23 disable_altivec:        no              # 
25 sound_driver:           dsp             # (any | dsp | esd)
26 sound_device:           /dev/sound/dsp
28 play_startboing:        no              # play startboing
29 #disable_sound:         yes             #
32 #------------------------------------------------------------------------------
33 # HFS Volumes
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).
43 #       Valid flags are
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!)
49 #               -cd             CD/DVD
50 #               -boot           boot from this disk.
51 #               -boot1          boot from this disk (ignore other -boot flags)
52 #       
53 #       If the --cdboot switch is used, then MOL will boot from CD
55 blkdev:                 /dev/cdrom      -cd ${cdboot}
57 ifeq ${session} 0 {
58     # default configuration
59     blkdev:             /dev/discs/disc0/disc   -rw
60     blkdev:             /dev/discs/disc1/disc   -rw
63 ifeq ${session} 4 {
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