changeset 3152:fa678706a97c

coco3fpga: Add RAM disk and clock setup to startup files Edited Coco3FPGA startup files to faciliate initializing the new ramdisk driver. Only the _bootrom.dsk, which doesn't use DriveWire nor RTC, will need the clock set manually and will therefore use the startup.fpga script with the setime command. The others will use startup.fpgadw which has no setime command. Also skip printing empty lines and instead be more verbose about what the startup script is doing.
author Bill Pierce <merlinious999@gmail.com>
date Mon, 06 Feb 2017 22:51:05 +0100
parents d5c884d63e53
children adc28092355b
files level2/coco3fpga/startup.fpga level2/coco3fpga/startup.fpgadw
diffstat 2 files changed, 13 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/level2/coco3fpga/startup.fpga	Mon Feb 06 22:25:15 2017 +0100
+++ b/level2/coco3fpga/startup.fpga	Mon Feb 06 22:51:05 2017 +0100
@@ -1,23 +1,26 @@
 x
 * Echo welcome message
-echo 
-echo 
-echo 
 echo *******************************
 echo * Welcome to NitrOS-9 Level 2 *
 echo *        Version 3.3.0        *
 echo *  Special Coco3FPGA Edition  *
 echo *  on Gary Becker's Coco3FPGA *
 echo *******************************
-echo 
 * Lock shell and std utils into memory
 link shell
 load utilpak1
 * Merging system fonts, patterns and pointers
+echo Merging Fonts pointers and Patterns
 merge /dd/sys/stdfonts /dd/sys/stdptrs /dd/sys/stdpats_2 /dd/sys/stdpats_4 /dd/sys/stdpats_16
+* Init ramdisk
+echo Initializing Ramdisk
+iniz /r0
 * Creating a 2nd and 3rd window
+echo Creating Windows W1 and W2 use CLEAR to change Windows
 shell i=/w&
 shell i=/w&
+echo Dont forget to format your RamDisk after a Cold Start
+setime </1
 date -t
 -x
 
--- a/level2/coco3fpga/startup.fpgadw	Mon Feb 06 22:25:15 2017 +0100
+++ b/level2/coco3fpga/startup.fpgadw	Mon Feb 06 22:51:05 2017 +0100
@@ -1,24 +1,25 @@
 x
 * Echo welcome message
-echo 
-echo 
-echo 
 echo *******************************
 echo * Welcome to NitrOS-9 Level 2 *
 echo *        Version 3.3.0        *
 echo *  Special Coco3FPGA Edition  *
-echo *      with DriveWire 4       *
 echo *  on Gary Becker's Coco3FPGA *
 echo *******************************
-echo 
 * Lock shell and std utils into memory
 link shell
 load utilpak1
 * Merging system fonts, patterns and pointers
+echo Merging Fonts pointers and Patterns
 merge /dd/sys/stdfonts /dd/sys/stdptrs /dd/sys/stdpats_2 /dd/sys/stdpats_4 /dd/sys/stdpats_16
+* Init ramdisk
+echo Initializing Ramdisk
+iniz /r0
 * Creating a 2nd and 3rd window
+echo Creating Windows W1 and W2 use CLEAR to change Windows
 shell i=/w&
 shell i=/w&
+echo Dont forget to format your RamDisk after a Cold Start
 date -t
 -x