Thread: AROS One 68k
View Single Post
Old 03 February 2020, 18:27   #87
wawa
Registered User
 
Join Date: Aug 2007
Location: berlin/germany
Posts: 1,054
@AMIGASYSTEM

fyi: if it isnt present, you need to add something like that at the beginning of your s-s to boot aros on an amiga:
Code:
  boot/amiga/AROSBootstrap ROM boot/amiga/aros.hunk.gz
we actually are even using the block below in attempt to support ACA accelerators as well:

Code:
IF EXISTS c/acatune 
  If NOT EXISTS boot/amiga/aros-1mb.bin 
    JOIN boot/amiga/aros-ext.bin boot/amiga/aros-rom.bin AS boot/amiga/aros-1mb.bin 
  Endif 
  c/acatune maprom boot/amiga/aros-1mb.bin maxmem >NIL: 
ELSE 
  boot/amiga/AROSBootstrap ROM boot/amiga/aros.hunk.gz 
ENDIF
wawa is offline  
 
Page generated in 0.04397 seconds with 11 queries