diff --git a/Makefile b/Makefile index 29674c4..cfcc98f 100644 --- a/Makefile +++ b/Makefile @@ -6,3 +6,6 @@ run: run-external: docker run --rm -it -v "./examples:/home/ubuntu/examples" wasm-base:latest /usr/bin/fish + +bochs: + nix shell nixpkgs#bochs --command sh -c "bochs -f ./examples/arch/bochs/bochsrc-host.txt -q"