From fc57777a5b3ca5e4de617c78dd54e0e86892e0bb Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Thu, 5 Feb 2026 17:53:08 +0100 Subject: [PATCH] makefile: add bochs-only target --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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"