home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / misc / emu / AROS_m68k_bin.lha / AROS / README.arosfa < prev   
Encoding:
Text File  |  1997-02-09  |  4.1 KB  |  101 lines

  1. Short: AROS 1.10b - Amiga Replacement OS (Amiga native binaries)
  2. Author:   Aaron "Optimizer" Digulla (digulla@aros.fh-konstanz.de) and many others
  3. Uploader: Lennard voor den Dag (ldp@worldonline.nl)
  4. Version:  1.10b
  5. Type:     misc/emu
  6. Requires: OS 2.04 or better, 68020 or better
  7.  
  8.  
  9. HOW TO USE THIS
  10. ---------------
  11.  
  12. There are three system modules in this archive. They are:
  13.  
  14. - alert.hook       -- AROS alert.hook 41.6
  15. - exec.strap       -- AROS exec.strap 41.3
  16. - utility.library  -- AROS utility.library 41.9
  17.  
  18. These can be loaded into the system by the tool imaginatively called 'boot'.
  19. Unpack this archive, cd into AROS, and run 'boot -h' for a summary of options.
  20. Running 'boot' will read the file 'boot.config', which contains the names of
  21. the modules to be loaded. These modules will now be loaded into the system and
  22. will be a available after a reset. Don't be afraid if you see some blue and
  23. green stripes on your screen during reset, this is a sign that 'exec.strap' has
  24. been successfully started (gfx card owners may not see these).
  25.  
  26. You can use 'tools/printresmodules' to see all modules currently active and
  27. available in the system. After a reset, you can easily identify the modules
  28. you have just loaded by looking at the second field in the output. This is the
  29. memory address of the module. ROM modules are in the range of 0x00f80000 to
  30. 0x00ffffff (not if you have softkicked a kickstart). AROS modules will have an
  31. address in RAM.
  32.  
  33.  
  34. WARNING
  35. -------
  36.  
  37. The software in this archive is still in Alpha state. This means that it may
  38. or may not work on your system. We appreciate it if you could drop us a message
  39. telling us how it worked or didn't work on your machine. Please also mention
  40. your system configuration (processor types/model/kickstart version/etc), so we
  41. can fix the bugs.
  42.  
  43. It has been tested on an A1200/Blizzard 1230-IV/nofpu/2+8 MB/kick 39.106.
  44. It has been compiled to run on a 68020 or better.
  45.  
  46.  
  47. TECHNICAL INFO
  48. --------------
  49.  
  50. Upon running 'boot', the modules will be loaded into the KickTagPtr/KickMemPtr
  51. field of ExecBase. During reset, exec merges these lists with the list of
  52. modules from ROM, with the highest version of a particular module actually
  53. making it into the system. By default, 'boot' will not touch modules/software
  54. that is already utilizing these KickPtrs in ExecBase. This keeps eg. RAD alive.
  55. 'boot' will not check if some AROS modules are already in the system and will
  56. happily install duplicates. You can remedy this by running 'boot -x', which
  57. first clears the KickPtrs before installing any new modules (killing RAD: in
  58. the process). Running 'boot -X' will only clear the KickPtrs, and do nothing
  59. else. Future versions of boot will examine pre-installed modules and replace
  60. them intelligently.
  61.  
  62. Dependant on the OS version, the modules will be loaded into a particular type
  63. of memory. Under OS 39+, they will be loaded in MEMF_KICK. This memory type was
  64. added in that version of the OS, and guarantees that this memory is available
  65. early on in the reset procedure. Earlier versions of the OS do not know this
  66. type of memory, so modules will be loaded into MEMF_CHIP, which is guaranteed
  67. to always be available at that point. If you know your fastmem is also
  68. available early during the reset period (if it is real AutoConfig[tm] mem), you
  69. can force the modules into MEMF_FAST, by running 'boot -f'.
  70.  
  71. More extensive information on what these modules actually do can be found in
  72. the source archive.
  73.  
  74.  
  75. WHERE TO FIND MORE INFOS ?
  76. --------------------------
  77.  
  78. Look at these pages on WorldWideWait:
  79.  
  80.     http://www.lysator.liu.se/amiga/aros/ (Sweden Mirror)
  81.     http://aros.fh-konstanz.de/~digulla/ (German Mirror)
  82.  
  83. If you have FTP, you can also get the most recent version as tar.gz files
  84. from
  85.  
  86.     ftp://aros.fh-konstanz.de/pub/aros/
  87.  
  88. This software is subject to the "Standard Amiga FD-Software Copyright Note".
  89. It is MAILWARE as defined in paragraph 4s.
  90. If you like it and use it regularly please send a message to the
  91. following address:
  92.  
  93.     Aaron "Optimizer" Digulla
  94.     Th.-Heuss-Str. 8
  95.     78467 Konstanz
  96.     Germany
  97.  
  98.     EMail: digulla@aros.fh-konstanz.de
  99.  
  100. For more information please read "AFD-COPYRIGHT" (Version 1 or higher).
  101.