Getting RISCOS5 to run on Red Squirrel

Discuss the project, or ask a general question
Post Reply
JonAbbott
Posts: 2938
Joined: Thu Apr 11, 2013 12:13 pm
Location: Essex
Contact:

Getting RISCOS5 to run on Red Squirrel

Post by JonAbbott »

  1. Replace hostfsrom.dat in the RedSquirrel\Plugins\Hostfs folder with the 32bit compliant version attached
  2. Download the latest RISCOS ROM
  3. Extract riscos to the root of your emulated harddrive
  4. Boot as normal
  5. F12 then enter the following commands:

    Code: Select all

    WimpSlot -min 8192k
    BASIC
    *LOAD $.riscos 10000
    FOR A%=&10000 TO &12000 STEP 4:IF !A%=&E5D5409C !(A%+4)=&E1A0F00E:END ELSE NEXT
    *SAVE $.riscos 10000+400000
    Then move the updated RISCOS image into your RomSets folder. Make sure you also delete your cmos.ram file to reset the CMOS.
Attachments
hostfsrom.zip
(15.3 KiB) Downloaded 536 times
morb
Posts: 8
Joined: Wed Jan 28, 2015 11:57 pm

Re: Getting RISCOS5 to run on Red Squirrel

Post by morb »

Excellent, can't wait to try this.
Post Reply