view level2/coco3fpga/startup.fpga @ 3267:024ad1d926fd

Get gfx2 to build from cmds folders Now that gfx2.asm needs to include coco3vtio.d the latter needs to be built first and be accessed from the port-specific defs folder. OTOH the one built in 3rd-party/packages/basic09 is built only later during a full build. (All the different defs folders and .d files still puzzle me.) Also updated coco3fpga/defs/makefile to be based on the coco3 one. The mc09l2 port doesn't need gfx and gfx2. Note for later: This whole build of basic09 components from the 3rdparty folder during the ports builds is not very nice. At a minimum we should try to limit the extra --includedir to the few commands needing it.
author Tormod Volden <debian.tormod@gmail.com>
date Wed, 17 Jul 2019 01:14:55 +0200
parents fa678706a97c
children
line wrap: on
line source

x
* Echo welcome message
echo *******************************
echo * Welcome to NitrOS-9 Level 2 *
echo *        Version 3.3.0        *
echo *  Special Coco3FPGA Edition  *
echo *  on Gary Becker's Coco3FPGA *
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