OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

85 lines
2.6 KiB

  1. # -*- perl -*- (for emacs syntax coloring)
  2. #
  3. # /etc/mol/molrc.macos
  4. #
  5. # Mac-on-Linux master configuration file for MacOS (classic) booting
  6. #
  7. #------------------------------------------------------------------------------
  8. # Parse other config files (these files are in /etc/mol/)
  9. #------------------------------------------------------------------------------
  10. include ${etc}/molrc.video # video configuration
  11. include ${etc}/molrc.input # mouse and keyboard
  12. include ${etc}/molrc.net # networking
  13. #------------------------------------------------------------------------------
  14. # Misc Settings
  15. #------------------------------------------------------------------------------
  16. ram_size: 48 # should probably be increased
  17. disable_altivec: no #
  18. sound_driver: dsp # (any | dsp | esd)
  19. sound_device: /dev/sound/dsp
  20. play_startboing: no # play startboing
  21. #disable_sound: yes #
  22. #------------------------------------------------------------------------------
  23. # HFS Volumes
  24. #------------------------------------------------------------------------------
  25. #
  26. # To use a HFS disk in mol, add a blkdev line. The syntax is
  27. #
  28. # blkdev: <device> [flags]
  29. #
  30. # where <device> can be an entire disk (/dev/sda), a single
  31. # partition (/dev/sda6) or a disk image (/home/samuel/moldisk).
  32. #
  33. # Valid flags are
  34. #
  35. # -rw/-ro read-write / read-only [default]
  36. # -force export non-HFS partitions (be careful!)
  37. # -whole export the complete disk rather than individual
  38. # partitions (be careful!)
  39. # -cd CD/DVD
  40. # -boot boot from this disk.
  41. # -boot1 boot from this disk (ignore other -boot flags)
  42. #
  43. # If the --cdboot switch is used, then MOL will boot from CD
  44. blkdev: /dev/cdrom -cd ${cdboot}
  45. ifeq ${session} 0 {
  46. # default configuration
  47. blkdev: /dev/discs/disc0/disc -rw
  48. blkdev: /dev/discs/disc1/disc -rw
  49. }
  50. ifeq ${session} 4 {
  51. # alternate configuration (startmol --alt)
  52. blkdev: /var/hfs.image -rw
  53. }
  54. ifeq ${boot_type} oldworld {
  55. # oldworld booting (for MacOS 8.5 or older)
  56. blkdev: /var/oldworld.image -rw
  57. }
  58. #------------------------------------------------------------------------------
  59. # MacOS ROM Newworld Configuration
  60. #------------------------------------------------------------------------------
  61. #
  62. # By default, MOL loads the 'Mac OS ROM' file directly from the System
  63. # Folder of the startup disk. If this is not desirable (unlikely),
  64. # then the ROM can be loaded from the linux side by using the
  65. # newworld_rom keyword. Note that the ROM file must be copied to the
  66. # linux side as a *binary* without any kind of encoding (avoid
  67. # MacBinary in particular).
  68. #
  69. # newworld_rom: /BK/roms/rom.1.6.nw