2
0

aosg.ini 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. ; internal
  2. [Configuration]
  3. Paths.Search =~/obg;~/../source;~/PELinker;~/../UnixAos;~/vy.ants;c:/windows/fonts
  4. Paths.Work = ~/Work
  5. Oberon = Oberon.Text
  6. Boot = Traps.Install
  7. Boot1 = FileTrapWriter.Install
  8. Boot2 = Display.Install --fullscreen
  9. Boot3 = WindowManager.Install
  10. Boot4 = Clipboard.Install
  11. Boot5 = FSTools.Mount WORK RelativeFileSystem ./
  12. Boot7 = Autostart.Run
  13. Boot8 = Heaps.SetMetaData
  14. Boot9 = Kernel.GC
  15. ObjectFileExtension=.GofW
  16. Trace=File
  17. TraceModules=0
  18. TraceCommands=1
  19. TraceBoot=0
  20. EnableReturnBlocks=0
  21. EnableFreeLists=0
  22. ; Notes:
  23. ; Only the values within the very first configuration section are considered.
  24. ; For overriding one ore more values, create a file called myaos.ini in the
  25. ; same directory and provide a configuration section with your overrides.
  26. ; the file name of the ini file can be overridden by a command line option -ini <filename>
  27. [Description]
  28. BootX= <boot command, X empty or between 1 and 9>
  29. Paths.Search = <search path that is taken by A2 to look for files >
  30. Paths.Work = <path that is taken by A2 to store to by default >
  31. Obeorn = <configuration file taken by the inbuilt Oberon system >
  32. TraceModules= < 0 or 1: if Trace of module loading is switched on or off>
  33. Trace= < File or Console >
  34. TraceFile = <filename for trace file (if Trace = File)
  35. configurations with external oberon require a release that was compiled with external oberon files
  36. [Configuration for starting with A2 but using external Oberon]
  37. Oberon = OberonExternal.Text
  38. MB=2
  39. [Configuration for starting with external Oberon]
  40. Oberon = OberonExternal.Text
  41. Boot1 = Oberon.Call Oberon.Start