forth-x86

A jonesforth derivative
git clone git://git.electrosoup.com/forth-x86
Log | Files | Refs

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