home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / misc / emu / AROS_m68k_bin.readme < prev    next >
Text File  |  1997-03-02  |  16KB  |  320 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.  
  102.  
  103. ============================= Archive contents =============================
  104.  
  105. Original  Packed Ratio    Date     Time    Name
  106. -------- ------- ----- --------- --------  -------------
  107.     6736    4049 39.8% 09-Feb-97 23:28:42 +boot
  108.       68      58 14.7% 08-Feb-97 21:15:46 +boot.config
  109.        0       0  0.0% 08-Feb-97 21:11:06 +
  110.        0       0  0.0% 08-Feb-97 21:11:08 +
  111.      814     429 47.2% 08-Feb-97 21:12:40 +64bit.h
  112.      669     388 42.0% 08-Feb-97 21:12:40 +alpha.h
  113.      439     296 32.5% 08-Feb-97 21:12:42 +amiga.h
  114.      207     151 27.0% 08-Feb-97 21:12:42 +arosbase.h
  115.    16833    1805 89.2% 08-Feb-97 21:12:42 +asmcall.h
  116.      414     212 48.7% 09-Feb-97 00:01:00 +config.h
  117.     2489     675 72.8% 08-Feb-97 21:12:42 +debug.h
  118.      876     488 44.2% 08-Feb-97 21:12:42 +freebsd.h
  119.    37023    3004 91.8% 08-Feb-97 21:12:44 +libcall.h
  120.      292     209 28.4% 08-Feb-97 21:12:44 +linux.h
  121.    14124    2774 80.3% 08-Feb-97 21:13:30 +machine.h
  122.     3214     989 69.2% 08-Feb-97 21:12:44 +macros.h
  123.     1711     648 62.1% 08-Feb-97 21:12:44 +options.h
  124.      600     302 49.6% 08-Feb-97 21:12:44 +purify.h
  125.     1105     384 65.2% 08-Feb-97 21:12:46 +rt.h
  126.     2463     818 66.7% 08-Feb-97 21:12:46 +structdesc.h
  127.     1180     520 55.9% 08-Feb-97 21:12:46 +system.h
  128.      379     254 32.9% 08-Feb-97 21:12:56 +assert.h
  129.     4185    1411 66.2% 08-Feb-97 21:11:38 +alib_protos.h
  130.     1733     691 60.1% 08-Feb-97 21:11:40 +aros_protos.h
  131.      823     388 52.8% 08-Feb-97 21:11:40 +console_protos.h
  132.    22550    3649 83.8% 08-Feb-97 21:11:40 +dos_protos.h
  133.    16335    2665 83.6% 08-Feb-97 21:11:40 +exec_protos.h
  134.     5749     904 84.2% 08-Feb-97 21:11:40 +graphics_protos.h
  135.     1771     568 67.9% 08-Feb-97 21:11:40 +icon_protos.h
  136.     8035    1132 85.9% 08-Feb-97 21:11:42 +iffparse_protos.h
  137.    10406    1701 83.6% 08-Feb-97 21:11:42 +intuition_protos.h
  138.     6581    1245 81.0% 08-Feb-97 21:11:42 +utility_protos.h
  139.     1614     594 63.1% 08-Feb-97 21:12:58 +ctype.h
  140.      213     134 37.0% 08-Feb-97 21:11:42 +alib.h
  141.      229     141 38.4% 08-Feb-97 21:11:42 +amigaguide.h
  142.      213     133 37.5% 08-Feb-97 21:11:42 +aros.h
  143.      208     133 36.0% 08-Feb-97 21:11:44 +asl.h
  144.      226     139 38.4% 08-Feb-97 21:11:44 +battclock.h
  145.      220     138 37.2% 08-Feb-97 21:11:44 +battmem.h
  146.      217     136 37.3% 08-Feb-97 21:11:44 +bullet.h
  147.      220     135 38.6% 08-Feb-97 21:11:44 +cardres.h
  148.      208     133 36.0% 08-Feb-97 21:11:44 +cia.h
  149.      229     140 38.8% 08-Feb-97 21:11:46 +colorwheel.h
  150.      232     139 40.0% 08-Feb-97 21:11:46 +commodities.h
  151.      815     299 63.3% 08-Feb-97 21:11:46 +console.h
  152.      226     135 40.2% 08-Feb-97 21:11:46 +datatypes.h
  153.      211     135 36.0% 08-Feb-97 21:11:46 +disk.h
  154.      223     139 37.6% 08-Feb-97 21:11:46 +diskfont.h
  155.    29133    4751 83.6% 08-Feb-97 21:11:48 +dos.h
  156.      220     136 38.1% 08-Feb-97 21:11:48 +dtclass.h
  157.    21365    3364 84.2% 08-Feb-97 21:11:48 +exec.h
  158.      235     139 40.8% 08-Feb-97 21:11:48 +exec_sysbase.h
  159.      226     139 38.4% 08-Feb-97 21:11:48 +expansion.h
  160.      223     138 38.1% 08-Feb-97 21:11:48 +gadtools.h
  161.     6951    1015 85.3% 08-Feb-97 21:11:50 +graphics.h
  162.     2049     534 73.9% 08-Feb-97 21:11:50 +icon.h
  163.     9853    1308 86.7% 08-Feb-97 21:11:50 +iffparse.h
  164.      214     136 36.4% 08-Feb-97 21:11:50 +input.h
  165.    12865    1995 84.4% 08-Feb-97 21:11:50 +intuition.h
  166.      217     137 36.8% 08-Feb-97 21:11:52 +keymap.h
  167.      217     136 37.3% 08-Feb-97 21:11:52 +layers.h
  168.      217     135 37.7% 08-Feb-97 21:11:52 +locale.h
  169.      223     138 38.1% 08-Feb-97 21:11:52 +lowlevel.h
  170.      220     138 37.2% 08-Feb-97 21:11:52 +mathffp.h
  171.      244     146 40.1% 08-Feb-97 21:11:52 +mathieeedoubbas.h
  172.      250     147 41.2% 08-Feb-97 21:11:54 +mathieeedoubtrans.h
  173.      244     144 40.9% 08-Feb-97 21:11:54 +mathieeesingbas.h
  174.      250     146 41.6% 08-Feb-97 21:11:54 +mathieeesingtrans.h
  175.      226     139 38.4% 08-Feb-97 21:11:54 +mathtrans.h
  176.      211     135 36.0% 08-Feb-97 21:11:54 +misc.h
  177.      232     141 39.2% 08-Feb-97 21:11:56 +nonvolatile.h
  178.      214     136 36.4% 08-Feb-97 21:11:56 +potgo.h
  179.      223     139 37.6% 08-Feb-97 21:11:56 +ramdrive.h
  180.      223     140 37.2% 08-Feb-97 21:11:56 +realtime.h
  181.      223     138 38.1% 08-Feb-97 21:11:56 +reqtools.h
  182.      229     140 38.8% 08-Feb-97 21:11:56 +rexxsyslib.h
  183.      214     135 36.9% 08-Feb-97 21:11:58 +timer.h
  184.      229     140 38.8% 08-Feb-97 21:11:58 +translator.h
  185.     8327    1444 82.6% 08-Feb-97 21:11:58 +utility.h
  186.      205     133 35.1% 08-Feb-97 21:11:58 +wb.h
  187.     5991    2040 65.9% 08-Feb-97 21:11:58 +dos.h
  188.     5391    2095 61.1% 08-Feb-97 21:12:00 +dosextens.h
  189.     4361    1659 61.9% 08-Feb-97 21:12:00 +dostags.h
  190.      627     290 53.7% 08-Feb-97 21:12:00 +filehandler.h
  191.     2202     927 57.9% 08-Feb-97 21:12:00 +filesystem.h
  192.     6294    2474 60.6% 08-Feb-97 21:12:58 +errno.h
  193.     2213     950 57.0% 08-Feb-97 21:12:00 +libraries.h
  194.     2459     687 72.0% 08-Feb-97 21:12:00 +lists.h
  195.     2442     903 63.0% 08-Feb-97 21:12:02 +nodes.h
  196.     6008    1482 75.3% 08-Feb-97 21:12:02 +types.h
  197.      552     308 44.2% 08-Feb-97 21:12:58 +fcntl.h
  198.      924     486 47.4% 08-Feb-97 21:12:02 +gfxmacros.h
  199.    10253    3531 65.5% 08-Feb-97 21:12:02 +gadgetclass.h
  200.     6127    2223 63.7% 08-Feb-97 21:12:04 +imageclass.h
  201.      268     199 25.7% 08-Feb-97 21:12:58 +memory.h
  202.       36      36  0.0% 08-Feb-97 21:12:04 +amigaguide_pragmas.h
  203.       29      29  0.0% 08-Feb-97 21:12:04 +asl_pragmas.h
  204.       35      35  0.0% 08-Feb-97 21:12:04 +battclock_pragmas.h
  205.       33      33  0.0% 08-Feb-97 21:12:04 +battmem_pragmas.h
  206.       32      32  0.0% 08-Feb-97 21:12:04 +bullet_pragmas.h
  207.       33      33  0.0% 08-Feb-97 21:12:06 +cardres_pragmas.h
  208.       29      29  0.0% 08-Feb-97 21:12:06 +cia_pragmas.h
  209.       36      36  0.0% 08-Feb-97 21:12:06 +colorwheel_pragmas.h
  210.       37      37  0.0% 08-Feb-97 21:12:06 +commodities_pragmas.h
  211.       33      33  0.0% 08-Feb-97 21:12:06 +console_pragmas.h
  212.       35      35  0.0% 08-Feb-97 21:12:06 +datatypes_pragmas.h
  213.       30      30  0.0% 08-Feb-97 21:12:08 +disk_pragmas.h
  214.       34      34  0.0% 08-Feb-97 21:12:08 +diskfont_pragmas.h
  215.       29      29  0.0% 08-Feb-97 21:12:08 +dos_pragmas.h
  216.       33      33  0.0% 08-Feb-97 21:12:08 +dtclass_pragmas.h
  217.       30      30  0.0% 08-Feb-97 21:12:08 +exec_pragmas.h
  218.       38      38  0.0% 08-Feb-97 21:12:10 +exec_sysbase_pragmas.h
  219.       35      35  0.0% 08-Feb-97 21:12:10 +expansion_pragmas.h
  220.       34      34  0.0% 08-Feb-97 21:12:10 +gadtools_pragmas.h
  221.       34      34  0.0% 08-Feb-97 21:12:10 +graphics_pragmas.h
  222.       30      30  0.0% 08-Feb-97 21:12:10 +icon_pragmas.h
  223.       34      34  0.0% 08-Feb-97 21:12:10 +iffparse_pragmas.h
  224.       31      31  0.0% 08-Feb-97 21:12:12 +input_pragmas.h
  225.       35      35  0.0% 08-Feb-97 21:12:12 +intuition_pragmas.h
  226.       32      32  0.0% 08-Feb-97 21:12:12 +keymap_pragmas.h
  227.       32      32  0.0% 08-Feb-97 21:12:12 +layers_pragmas.h
  228.       32      32  0.0% 08-Feb-97 21:12:12 +locale_pragmas.h
  229.       34      34  0.0% 08-Feb-97 21:12:12 +lowlevel_pragmas.h
  230.       33      33  0.0% 08-Feb-97 21:12:14 +mathffp_pragmas.h
  231.       41      41  0.0% 08-Feb-97 21:12:14 +mathieeedoubbas_pragmas.h
  232.       43      43  0.0% 08-Feb-97 21:12:14 +mathieeedoubtrans_pragmas.h
  233.       41      41  0.0% 08-Feb-97 21:12:14 +mathieeesingbas_pragmas.h
  234.       43      43  0.0% 08-Feb-97 21:12:14 +mathieeesingtrans_pragmas.h
  235.       35      35  0.0% 08-Feb-97 21:12:16 +mathtrans_pragmas.h
  236.       30      30  0.0% 08-Feb-97 21:12:16 +misc_pragmas.h
  237.       37      37  0.0% 08-Feb-97 21:12:16 +nonvolatile_pragmas.h
  238.       31      31  0.0% 08-Feb-97 21:12:16 +potgo_pragmas.h
  239.       34      34  0.0% 08-Feb-97 21:12:16 +ramdrive_pragmas.h
  240.       34      34  0.0% 08-Feb-97 21:12:16 +realtime_pragmas.h
  241.       34      34  0.0% 08-Feb-97 21:12:18 +reqtools_pragmas.h
  242.       36      36  0.0% 08-Feb-97 21:12:18 +rexxsyslib_pragmas.h
  243.       31      31  0.0% 08-Feb-97 21:12:18 +timer_pragmas.h
  244.       36      36  0.0% 08-Feb-97 21:12:18 +translator_pragmas.h
  245.       33      33  0.0% 08-Feb-97 21:12:18 +utility_pragmas.h
  246.       28      28  0.0% 08-Feb-97 21:12:20 +wb_pragmas.h
  247.      424     257 39.3% 08-Feb-97 21:12:20 +alib.h
  248.      466     264 43.3% 08-Feb-97 21:12:20 +amigaguide.h
  249.      448     260 41.9% 08-Feb-97 21:12:20 +aros.h
  250.      417     257 38.3% 08-Feb-97 21:12:20 +asl.h
  251.      459     268 41.6% 08-Feb-97 21:12:20 +battclock.h
  252.      445     260 41.5% 08-Feb-97 21:12:22 +battmem.h
  253.      438     263 39.9% 08-Feb-97 21:12:22 +bullet.h
  254.      445     264 40.6% 08-Feb-97 21:12:22 +cardres.h
  255.      417     255 38.8% 08-Feb-97 21:12:22 +cia.h
  256.      466     268 42.4% 08-Feb-97 21:12:22 +colorwheel.h
  257.      473     268 43.3% 08-Feb-97 21:12:22 +commodities.h
  258.      445     262 41.1% 08-Feb-97 21:12:24 +console.h
  259.      459     265 42.2% 08-Feb-97 21:12:24 +datatypes.h
  260.      424     259 38.9% 08-Feb-97 21:12:24 +disk.h
  261.      452     264 41.5% 08-Feb-97 21:12:24 +diskfont.h
  262.      430     259 39.7% 08-Feb-97 21:12:24 +dos.h
  263.      445     262 41.1% 08-Feb-97 21:12:24 +dtclass.h
  264.      508     292 42.5% 08-Feb-97 21:12:26 +exec.h
  265.      480     271 43.5% 08-Feb-97 21:12:26 +exec_sysbase.h
  266.      459     266 42.0% 08-Feb-97 21:12:26 +expansion.h
  267.      452     265 41.3% 08-Feb-97 21:12:26 +gadtools.h
  268.      452     265 41.3% 08-Feb-97 21:12:26 +graphics.h
  269.      424     256 39.6% 08-Feb-97 21:12:26 +icon.h
  270.      457     271 40.7% 08-Feb-97 21:12:28 +iffparse.h
  271.      431     258 40.1% 08-Feb-97 21:12:28 +input.h
  272.      459     264 42.4% 08-Feb-97 21:12:28 +intuition.h
  273.      438     262 40.1% 08-Feb-97 21:12:28 +keymap.h
  274.      438     261 40.4% 08-Feb-97 21:12:28 +layers.h
  275.      438     260 40.6% 08-Feb-97 21:12:28 +locale.h
  276.      452     265 41.3% 08-Feb-97 21:12:30 +lowlevel.h
  277.      445     263 40.8% 08-Feb-97 21:12:30 +mathffp.h
  278.      501     279 44.3% 08-Feb-97 21:12:30 +mathieeedoubbas.h
  279.      515     282 45.2% 08-Feb-97 21:12:30 +mathieeedoubtrans.h
  280.      501     278 44.5% 08-Feb-97 21:12:30 +mathieeesingbas.h
  281.      515     280 45.6% 08-Feb-97 21:12:32 +mathieeesingtrans.h
  282.      459     265 42.2% 08-Feb-97 21:12:32 +mathtrans.h
  283.      424     257 39.3% 08-Feb-97 21:12:32 +misc.h
  284.      473     269 43.1% 08-Feb-97 21:12:32 +nonvolatile.h
  285.      431     261 39.4% 08-Feb-97 21:12:32 +potgo.h
  286.      452     264 41.5% 08-Feb-97 21:12:32 +ramdrive.h
  287.      452     264 41.5% 08-Feb-97 21:12:34 +realtime.h
  288.      452     266 41.1% 08-Feb-97 21:12:34 +reqtools.h
  289.      466     267 42.7% 08-Feb-97 21:12:34 +rexxsyslib.h
  290.      431     260 39.6% 08-Feb-97 21:12:34 +timer.h
  291.      466     267 42.7% 08-Feb-97 21:12:34 +translator.h
  292.      445     263 40.8% 08-Feb-97 21:12:34 +utility.h
  293.      410     254 38.0% 08-Feb-97 21:12:36 +wb.h
  294.      420     279 33.5% 08-Feb-97 21:12:58 +setjmp.h
  295.      369     250 32.2% 08-Feb-97 21:12:58 +stddef.h
  296.     3058     916 70.0% 08-Feb-97 21:13:00 +stdio.h
  297.     1262     589 53.3% 08-Feb-97 21:13:00 +stdlib.h
  298.     1557     486 68.7% 08-Feb-97 21:13:00 +string.h
  299.       20      20  0.0% 08-Feb-97 21:13:00 +strings.h
  300.      237     182 23.2% 08-Feb-97 21:13:02 +stat.h
  301.      627     331 47.2% 08-Feb-97 21:13:02 +types.h
  302.     1412     562 60.1% 08-Feb-97 21:13:00 +time.h
  303.      491     297 39.5% 08-Feb-97 21:13:02 +unistd.h
  304.     2651    1099 58.5% 08-Feb-97 21:12:36 +tagitem.h
  305.      274     157 42.7% 08-Feb-97 21:12:36 +utility.h
  306.     8582    2527 70.5% 09-Feb-97 20:02:00 +libamiga.a
  307.    15446    5775 62.6% 09-Feb-97 20:01:40 +libaros.a
  308.    43246   15162 64.9% 08-Feb-97 21:46:38 +libarosc.a
  309.     1003     595 40.6% 08-Feb-97 21:32:50 +startup.o
  310.        0       0  0.0% 08-Feb-97 21:11:08 +
  311.     7120    3754 47.2% 09-Feb-97 20:37:26 +alert.hook
  312.     8480    5134 39.4% 09-Feb-97 23:24:12 +exec.strap
  313.     4976    3311 33.4% 09-Feb-97 20:36:52 +utility.library
  314.     4176    2017 51.7% 09-Feb-97 23:21:00 +README.arosfa
  315.      498     312 37.3% 08-Feb-97 22:31:30 +Startup-Sequence
  316.        0       0  0.0% 08-Feb-97 21:11:08 +
  317.     3028    1815 40.0% 08-Feb-97 21:16:06 +printresmodules
  318. -------- ------- ----- --------- --------
  319.   459329  133291 70.9% 11-Feb-97 11:27:54   211 files
  320.