# These files are used for building cybiko apps, boots and the OS
# This is central so that other progs can link here to get the latest and greatest

# The environment for building must be setup so that the tools can be used
# for example:
# export CYBORNPATH=pathtowherecyborntopdiris
# on my machine i have a network drive with my environment mapped to V: so I do:
# export CYBORNPATH=/cygdrive/v/projects/cyborn
# Now makefiles in the prog/name dirs know where to find everything and the
#  cyborn.mk has all the paths setup

# See the prog/loaderdemo for how to make a .boot program that will link and load an
#  image into flash, replacing the OS


crt0boot.S - Used for starting up a cybiko boot file. It has the magic so that the bootloader will use it.
cyborn.mk  - generic makefile stuff - be sure that environment is setup correctly

cybikoflash.ld - maps .text into flash
cybikoboot.ld  - maps .text into ram