diff level2/coco3fpga/startup.fpgadw @ 3144:1402bb974f85

Add build tree for Gary Becker's CoCo3FPGA project This adds the tree of makefiles and definitions for building disk images for the CoCo3FPGA port.
author Bill Pierce <merlinious999@gmail.com>
date Sat, 04 Feb 2017 18:33:07 +0100
parents
children fa678706a97c
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/level2/coco3fpga/startup.fpgadw	Sat Feb 04 18:33:07 2017 +0100
@@ -0,0 +1,24 @@
+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
+merge /dd/sys/stdfonts /dd/sys/stdptrs /dd/sys/stdpats_2 /dd/sys/stdpats_4 /dd/sys/stdpats_16
+* Creating a 2nd and 3rd window
+shell i=/w&
+shell i=/w&
+date -t
+-x
+