run.sh (201B)
1 #!/usr/bin/env bash 2 3 exec qemu-system-x86_64 \ 4 -nographic \ 5 -serial mon:stdio \ 6 -net none \ 7 -bios /usr/share/ovmf/OVMF.fd \ 8 -drive file=boot.img,format=raw
forthA WIP implementation of Forth targeting UEFI x86-64. | |
git clone git://git.christianermann.dev/forth | |
Log | Files | Refs |