cat << \#header
# Retro Native Forth, Release 6
# ----------------------------------------------
# This file is a part of the advanced build
# system.
#
# To enable an optional component, add a ! after
# the # symbol. Be sure to leave a space after
# the !
# ----------------------------------------------
#header
#
#  *** PORTS COLLECTION ***
#! linux.tar.gz .
#  :: Enable support for Linux (in textmode)
#! vgalinux.tar.gz .
#  :: Enable support for Linux (using SVGALIB)
#! sdllinux.tar.gz .
#  :: Enable support for Linux (using SDL)
#
#  *** OPTIONAL DRIVERS ***
# ata .
#  :: Enable the ATA/IDE driver (Native + Linux)
#
#  *** EXTENSIONS ***
# xedit .
#  :: Add LOAD and SAVE to the block editor.
#  :: Requires ata (above)
#
#  *** PATCHES AND BUG FIXES ***
#! sdllinux.asm .
#  :: Patch to sdllinux.tar.gz to fix a problem
#  :: with the stack on some systems.
# ----------------------------------------------

