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.

67 lines
1.9 KiB

  1. # -*- perl -*- (for emacs syntax coloring)
  2. #
  3. # /etc/mol/molrc.osx
  4. #
  5. # Mac-on-Linux master configuration file for MacOS X 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: 96
  17. disable_altivec: no
  18. # OSX has severe real-time requirements for sound. If this appears to be
  19. # a problem, it might help to limit the sound rate to 22050 Hz.
  20. #max_sound_rate: 22050
  21. #------------------------------------------------------------------------------
  22. # OS X Volumes
  23. #------------------------------------------------------------------------------
  24. #
  25. # Volumes to be mounted in MacOS X are specified through the
  26. # blkdev keyword:
  27. #
  28. # blkdev: <device> [flags]
  29. #
  30. # where <device> can be a complete disk (/dev/discs/disc0/disc), a single
  31. # partition (/dev/discs/disc0/disc7) or a disk image.
  32. #
  33. # The following flags are supported
  34. #
  35. # -rw/-ro read-write / read-only [default]
  36. # -force force usage of device (be careful!)
  37. # -boot boot from this disk
  38. # -boot1 boot from this disk (ignore other -boot flags)
  39. # -whole export the entire device (including
  40. # any non-HFS partitions). BE CAREFUL!
  41. # -cd CDROM/DVD
  42. #
  43. # MOL will boot from CD if it invoked through 'startmol -X --cdboot'.
  44. blkdev: /dev/cdrom -cd ${cdboot}
  45. ifempty ${altconfig} {
  46. # default configuration
  47. blkdev: /dev/discs/disc0/disc -rw
  48. blkdev: /dev/discs/disc1/disc -rw
  49. } else {
  50. # alternate configuration
  51. blkdev: /vra/osx.image -rw
  52. #blkdev: /dev/loop/0 -rw
  53. }