include + update old linux targets/host.c
This commit is contained in:
5
Makefile
5
Makefile
@ -7,8 +7,5 @@ run:
|
||||
run-external:
|
||||
docker run --rm -it -v "./examples:/home/ubuntu/examples" gitea.vps.chriphost.de/christoph/wasm-base:latest /usr/bin/fish
|
||||
|
||||
bochs:
|
||||
bochs -f ./examples/arch/bochs/bochsrc-docker.txt -q
|
||||
|
||||
bochs-host:
|
||||
nix shell nixpkgs#bochs --command sh -c "bochs -f ./examples/arch/bochs/bochsrc-host.txt -q"
|
||||
nix shell nixpkgs#bochs --command sh -c "bochs -q -f ./examples/arch/bochs/bochsrc-host.txt -q"
|
||||
|
||||
Reference in New Issue
Block a user