makefile: add bochs-only target
This commit is contained in:
3
Makefile
3
Makefile
@ -6,3 +6,6 @@ run:
|
|||||||
|
|
||||||
run-external:
|
run-external:
|
||||||
docker run --rm -it -v "./examples:/home/ubuntu/examples" wasm-base:latest /usr/bin/fish
|
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user