echo "* Compiling Linux Port (text mode)"

echo "  :: Creating Dictionary for Linux Drivers"
  (cd drv/linux ; find -name \* ! -name \*~ ! -name all -printf '%%include "drv/linux/%P"\n' >all)

echo "  :: Compiling kernel executable (bin/rf)"
  nasm -felf linux.asm -llst/linux.lst -DMODULAR
  ld linux.o forth.o -s -obin/rf
