Forth-like interactive programming environment for 8086+ PCs.
Originally written as a shell for my hobby OS, later repurposed as a standalone bootable app.
- Working DOS environment (typically through DOSBox)
- Turbo C 2.01
- NASM
Within DOS, just run MAKE
Run BUILD\NF.COM
mkdir -p tmp
dd if=/dev/zero of=tmp/floppy.img bs=720k count=1
dd if=build/NF_DISK.img of=tmp/floppy.img conv=notrunc
qemu-system-i386 -drive format=raw,file=tmp/floppy.img
If you have a PC with support for booting from USB in BIOS mode, and an unused USB stick:
dd if=build/NF_DISK.IMG of=<your USB stick>
See USAGE.md