a simple itc forth run on uefi
- branch word: if then
- loop word: begin until
- cooperative multitasking word: yield tasknew
make
make qemu
make dd if=images/disk.img of=/dev/sdX # then reboot your machine, select boot device
all C function use in forth must tail call optimized
- add usb support
- add plot support
- add network support