home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Otherware
/
Otherware_1_SB_Development.iso
/
amiga
/
utility
/
misc
/
bootflag.lzh
/
BootFlag22
/
s
/
Startup-Sequence
< prev
next >
Wrap
Text File
|
1992-03-11
|
3KB
|
101 lines
SetPatch >NIL: ; Patch system functions
BootFlag check %1; Check if the minimum resource startup was requested
If Warn
Execute sys:s/StartupII
Skip CloseUp
EndIf
echo "*N*e[33mSupraBoot. Workbench Release 1.3 version 34.20*e[0m*N"
sys:System/FastMemFirst
SetClock opt Load
BootFlag check %10000 ; see if ZeroVirus should be run upon booting
If Warn
sys:virus/ZeroVirus -i
Wait 4
EndIf
AddBuffers df0: 10 ; Takes up about 5K of memory, but improves floppy speed
BootFlag check %10; Check if AE drive should be mounted
If Warn
Echo "Mounting AE High Density drive..." ;install AE High Density drive
DEVS:AETD.Device
Mount df5: from DEVS:MountList.AE
DiskChange df1:
DiskChange df5:
C:EjectKey
Echo "AEHD drive engaged, Captain!"
AddBuffers df1: 10
AddBuffers df5: 10
EndIf
BootFlag check %100-%10; Check if NoClick should be used
If Warn
Echo "Stopping drive(s) from clicking..."
NoClick
Echo "Done!"
EndIf
BootFlag check %100000; Mount MS-DOS messydos file hadler
If Warn
BootFlag check %1000000; Determine which unit to mount as a messy device
If Warn
Echo "Mounting MessyDOS as dd1:..."
Mount dd1:
DiskChange dd1:
Else
Echo "Mounting MessyDOS as dd0:..."
Mount dd0:
DiskChange dd0:
EndIf
Echo "Ami can now read DSDD IBM disks!"
EndIf
sys:c/Assign c: sys:c
resident c:Resident pure
resident c:Assign pure
Assign s: sys:s
Assign l: sys:l
Assign libs: sys:libs
Assign fonts: sys:fonts
Assign devs: sys:devs
Assign ST-00: dh1:Applications/Sound
Assign DeluxePaintIII: dh1:Applications/Graphics
Assign Program: dh1:Applications/ProWrite
Assign JRCOMM: dh1:Applications/Comm
Assign EDITOR: sys:c
Assign DS: dh1:class/ds
Assign GFX: dh1:class/gfx
Assign APP: dh1:class/c2
sys:Supra/SupraDiskChange
resident CLI L:Shell-Seg SYSTEM pure add ; activate Shell
mount newcon:
resident c:Mount pure ;the next 3 are loaded for speed during startup
resident c:Makedir pure
Copy sys:system/ram.info Ram:Disk.info
FF -0 ;speed up Text
MakeDir ram:t
Assign T: ram:t ;set up T: directory for scripts
makedir ram:env ; set up ENV: directory
assign ENV: ram:env
makedir ram:clipboards ;set up CLIPS: assign
assign CLIPS: ram:clipboards
SetEnv editor "SYS:c/E"
SetEnv sbtimeout "300"
DMouse -A0 -L0/0 -s0 -m15
StarBlanker
mount speak: ;just mounting doesn't take much ram at all
mount aux:
mount pipe:
resident Mount remove
resident Assign remove
resident Makedir remove
c:resident Resident remove
SYS:System/SetMap usa1 ; Activate the ()/* on keypad of A500/A2000
Path RESET
Path ram: c: sys: sys:virus sys:archivers sys:utilities sys:system sys:tools s: sys:supra add
LoadWB delay ;wait for inhibit to end before continuing
BootFlag check %1000 ; activate a shell if requested
If Warn
NewShell Newcon:0/11/640/200/NewShell
wait 2
EndIf
endcli >NIL:
Lab CloseUp