makefile: add bochs-only target

This commit is contained in:
2026-02-05 17:53:08 +01:00
parent b62e56c130
commit fc57777a5b

View File

@ -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"