-
Notifications
You must be signed in to change notification settings - Fork 0
Amiga Primer
akadata edited this page Feb 14, 2026
·
1 revision
This project targets AmigaDOS, not Unix. Use Amiga assigns and conventions in docs/scripts/tools.
-
Devices/volumes:
DF0:(floppy),DH0:,DH1:(hard disk partitions),SYS:(current boot volume) -
Assigns:
C:,S:,LIBS:,DEVS:,L:,FONTS:,PREFS:,ENV:,ENVARC:,T:
-
S:Startup-Sequenceis the system boot script -
S:User-Startupis the preferred place for third‑party additions
-
CLI tools:
C: -
Libraries (.library):
LIBS: -
Handlers / filesystems:
L: -
Mountfiles:
DEVS:DosDrivers/ -
RTG/monitor files:
DEVS:Monitors/ -
Network devices:
DEVS:Networks/ -
Prefs tools:
SYS:Prefs/
-
ENV:is volatile (RAM) -
ENVARC:is persistent (copied toENV:at boot)
AmigaDOS is case‑insensitive, but the host filesystem is not. Use canonical names in the repo:
C, S, LIBS, DEVS, L, Prefs, etc.