1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2025-02-28 07:29:02 +00:00

Updated Installation Guide (markdown)

David Schmenk 2020-01-10 18:59:01 -08:00
parent 09388c65e0
commit fc84d63c41

@ -34,9 +34,13 @@ to set the system directory to the PLASMA SYStem floppy. Now you can copy the fi
```
+COPY -R SYS /HARDDISK
```
Now, to reset the system directory to the newly minted system:
```
S /HARDDISK
```
To copy the Apple /// specific system modules and floating point modules:
```
+COPY -R * /HARDISK
+COPY -R /PLASMA.FPSOS/* /HARDISK
```
For the build environment and demos, you first need to create their respective directories:
```
@ -45,11 +49,11 @@ For the build environment and demos, you first need to create their respective d
```
Insert the PLASMA2-BLD floppy and type:
```
+COPY -R * /HARDDISK/BLD
+COPY -R /PLASMA.BLD/* /HARDDISK/BLD
```
After the copying is done, insert the PLASMA2-DEM floppy in the drive and type:
```
+COPY -R * /HARDDISK/DEMOS
+COPY -R /PLASMA.DEMOS/* /HARDDISK/DEMOS
```
To create the boot floppy, choose a JIT enabled environment or a non-JIT environment that frees up 4K of global memory. Copy ```'/HARDDISK/SOS.INTERP'``` and ```'/HARDDISK/SOS.CMD'``` to the boot floppy for a non-JIT environment: