View Single Post
Old 10 August 2022, 16:00   #2
indigolemon
Bit Copying Bard
 
indigolemon's Avatar
 
Join Date: Jan 2017
Location: Kelty, Fife, Scotland
Age: 41
Posts: 1,293
BPPCFix is still your friend, but it needs to be the very very first thing that happens in your startup-sequence.

Top 15 lines of my old (working) S-S for 3.2.1:

Code:
; $VER: Startup-Sequence_HardDrive 47.16 (18.10.2021)
; Startup-Sequence for hard drive systems

; Below needed to use WarpOS with BPPC
C:BPPCFix install 040 reboot >NIL:

Version exec.library version 47 >NIL:
If Warn
  LoadModule Libs:Modules/AtapiMagic L:System-Startup ROMUPDATE
Else
  Version strap version 47 >NIL:
  If Warn
    LoadModule DOWNGRADE Libs:Modules/AtapiMagic L:Ram-Handler L:Shell-Seg L:System-Startup Libs:dos.library Libs:gadtools.library Libs:graphics.library >NIL:
  EndIf
EndIf
indigolemon is offline  
 
Page generated in 0.07411 seconds with 11 queries