Welcome, Guest. Please login or register.

Author Topic: Trouble Updating Console.device with Spatch  (Read 1062 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline AmiKit

Re: Trouble Updating Console.device with Spatch
« on: March 07, 2007, 07:52:52 PM »
First, you have to extract the console.device from the "AmigaOS ROM Update" file (installed by BoingBag2):

ExtractModule FROM "DEVS:AmigaOS ROM Update" Module 18 TO SYS:Devs/console.device.bak

Then use the following command to patch it:

spatch -oSYS:Devs/console.device -pRAM:patch/console.pch SYS:Devs/console.device.bak

(ExtractModule is part of LoadModule proggie)

Then use the following command in your startup-sequence:

C:LoadModule DEVS:console.device NOREBOOT

and don't forget to tell SetPatch to skip loading the module from "AmigaOS ROM Update" because the LoadModule already did it:

SetPatch SKIPROMMODULES console.device QUIET


You can use more modules with LoadModule, this is what I have in my startup-sequence:

C:LoadModule L:Ram-Handler L:Shell-Seg LIBS:icon.library LIBS:workbench.library LIBS:mathieeesingbas.library DEVS:console.device REVERSE NOREBOOT

SetPatch SKIPROMMODULES ram-handler,shell,console.device,scsi.device QUIET