aos.ini 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. ; internal
  2. [Configuration]
  3. Paths.Search = ~/obj;~/../source;~/PELinker;~/../UnixAos;~/vy.ants
  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. Trace=File
  14. TraceModules=0
  15. TraceCommands=1
  16. EnableReturnBlocks=0
  17. EnableFreeLists=0
  18. ; Notes:
  19. ; Only the values within the very first configuration section are considered.
  20. ; For overriding one ore more values, create a file called myaos.ini in the
  21. ; same directory and provide a configuration section with your overrides.
  22. ; a preceding ~/ denotes a directory relative to the directory hosting the executable (aos.exe)
  23. ; the file name of the ini file can be overridden by a command line option -ini <filename>
  24. [Description]
  25. BootX= <boot command, X empty or between 1 and 9>
  26. Paths.Search = <search path that is taken by A2 to look for files >
  27. Paths.Work = <path that is taken by A2 to store to by default >
  28. Obeorn = <configuration file taken by the inbuilt Oberon system >
  29. TraceModules= < 0 or 1: if Trace of module loading is switched on or off>
  30. Trace= < File or Console >
  31. TraceFile = <filename for trace file (if Trace = File)
  32. configurations with external oberon require a release that was compiled with external oberon files
  33. [Configuration for starting with A2 but using external Oberon]
  34. Oberon = OberonExternal.Text
  35. MB=2
  36. [Configuration for starting with external Oberon]
  37. Oberon = OberonExternal.Text
  38. Boot1 = Oberon.Call Oberon.Start