Mercurial > hg > Members > kono > nitros9-code
view docs/articles/articles.docbook @ 3141:717ced83b885
coco3: Build SD card device descriptors for CoCo3FPGA
Added "CC3FPGAFLAGS = $(AFLAGS) -DCC3FPGA=1 $(FLAGS)" to
"level2/coco3/modules/makefile" for flagging Coco3FPGA specific features
in modules sources.
Added "llcoco3fpga", "ddsd0_coco3fpga", "sd0_coco3fpga", and
"sd1_coco3fpga" to the "coco3/modules/makefile" - RBF section, which
also now adds all to the "NITROS9/MODULES/RBF" on all disk images for
building new Coco3FPGA disks from NitrOS9.
Added new descriptor section to the "level2/coco3/modules/makefile"
reflecting the new Coco3FPGA SD card descriptors and their flags.
author | Bill Pierce <merlinious999@gmail.com> |
---|---|
date | Sat, 04 Feb 2017 11:06:28 +0100 |
parents | 2038f48c78e4 |
children |
line wrap: on
line source
<?xml version="1.0" ?> <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [ <!ENTITY bootprocess SYSTEM "bootprocess.article"> <!ENTITY ded SYSTEM "ded.article"> <!ENTITY diskcrash SYSTEM "diskcrash.article"> <!ENTITY extmodule SYSTEM "extensionmodule.article"> <!ENTITY os9software SYSTEM "os9software.article"> <!ENTITY tutorial SYSTEM "tutorial.article"> ]> <book id="articles" lang="en"> <part label="Part One" id="part1"> <title>Using OS9</title> <partintro> <para>Introduction to OS9 - Using it</para> </partintro> &tutorial; </part> <part label="Part Two" id="part2"> <title>System Administration</title> <partintro> <para>How to administer OS9</para> </partintro> &bootprocess; &diskcrash; &ded; </part> <part label="Part Three" id="part3"> <title>Programming</title> <partintro> <para>How to program OS9</para> </partintro> &os9software; &extmodule; </part> </book>