home *** CD-ROM | disk | FTP | other *** search
- ; Single-Disk within NorthC
- ;
- ;
- ; Setup NorthC to run on a single disk Amiga 500.
- ;
- ; I would recommend that you go out and buy a second drive if you want
- ; to do any real work, but just for a quick play...
- ;
-
- ; Reduce the ammount of disk swapping needed
- copy c:copy ram:
-
- ; Copy the essential tools
- copy NorthC:bin/NorthC ram:
- copy NorthC:bin/A68K ram:
- copy NorthC:bin/Blink ram:
- copy NorthC:bin/cc ram:
-
- ; Now set up the library path
- assign clibs: NorthC:clibs
-
- ; Free up a tiny bit of memory
- delete ram:copy
-