diff level2/coco3fpga/startup.fpga @ 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 1402bb974f85
children
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