From: greg Date: Tue, 9 Jun 2015 06:07:45 +0000 (-0700) Subject: Add -q flag to `make run` X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=f35c20d4e04850b2adcc564a94e1b07d7061d45b;p=arcanos.git Add -q flag to `make run` To skip past the bochs config menu --- diff --git a/GNUmakefile b/GNUmakefile index 396fee1..974fca6 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -75,7 +75,7 @@ load: all EMULATOR=bochs run: all - $(EMULATOR) + $(EMULATOR) -q always: @: