home *** CD-ROM | disk | FTP | other *** search
- c:setpatch >NIL:
- c:version >NIL:
- ;addbuffers >NIL: df0: 15
- Failat 21
-
- ; NOTE: This is the special startup-sequence for initial boot
- ;Resident >NIL: C:Execute PURE ADD
-
- makedir ram:T ram:Clipboards ram:env ram:env/sys
- copy >NIL: ENVARC: ram:env all quiet noreq
-
- assign ENV: ram:env
- assign T: ram:t ;set up T: directory for scripts
- assign CLIPS: ram:clipboards
- assign REXX: s:
-
- if exists sys:Monitors
- join >NIL: sys:monitors/~(#?.info) as t:mon-start
- execute t:mon-start
- delete >NIL: t:mon-start
- endif
-
- BindDrivers
-
- setenv Workbench $Workbench
- setenv Kickstart $Kickstart
-
- IPrefs
-
- echo "Amiga Software Release 2. Kickstart $Kickstart, Workbench $Workbench"
-
- conclip
-
- ;mount speak:
- ;mount aux:
- ;mount pipe:
-
- path ram: c: sys:utilities sys:rexxc sys:system s: sys:prefs sys:wbstartup add
- if exists sys:tools
- path sys:tools add
- if exists sys:tools/commodities
- path sys:tools/commodities add
- endif
- endif
-
- ; if keyboard env variable is set, set the keymap
- if ${sys/keyboard} NOT EQ "*${sys/keyboard}"
- setmap ${sys/keyboard}
- else
- PickMap sys: initial
- endif
-
- if exists s:user-startup
- execute s:user-startup
- endif
-
- LoadWB
-
- endcli >NIL:
-
-