Welcome, Guest. Please login or register.

Author Topic: AmigaOS 3.9 BoingBag #4  (Read 28283 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline trixeo

  • Newbie
  • *
  • Join Date: Apr 2013
  • Posts: 24
    • Show all replies
Re: AmigaOS 3.9 BoingBag #4
« on: June 01, 2013, 07:32:04 PM »
Can anyone tell me what the "FAST" in the LoadModule line does except making LoadModule ignore the whole command-line?
I've modded the add to the s-s like this:
Code: [Select]
;BEGIN BB4s MOD
Version >NIL: exec.library 45 REVISION 20
If WARN
SYS:C/LoadResident >NIL: DEVS:card.resource DEVS:trackdisk.device L:KingCON-Handler
EndIf
SYS:C/LoadModule >NIL: L:RAM-Handler DEVS:battmem.resource DEVS:FileSystem.resource DEVS:misc.resource DEVS:potgo.resource DEVS:scsi.device L:FastFileSystem L:Shell-Seg LIBS:dos.library REVERSE NOREBOOT
SYS:C/SetPatch SKIPROMUPDATES console.device,ram-handler,FileSystem.resource,filesystem,scsi.device,shell QUIET
;END BB4s MOD
I've added L:RAM-Handler and removed LIBS:icon.library and LIBS:workbench.library (as these two are loaded anyway from disk by SetPatch when not using "DISABLEROMMODULES """). The following needs to be named like this to be recognized by SetPatch:
console -> console.device
filesysres -> FileSystem.resource
fs -> filesystem
scsi -> scsi.device (unsure about this one)
And off course I've removed the FAST from LoadModule.
Wouldn't it be better to stick with either LoadModule OR LoadResident? I've experimented a bit with both but the results are inconclusive but I've found it best to let it remain as is.

EDIT: My LoadModule is version 40.12 (3.10.2009), is there e newer one?
« Last Edit: June 01, 2013, 07:34:09 PM by trixeo »