From 3df6abb169913f9b8c43aefbb53950c6a008ab4d Mon Sep 17 00:00:00 2001 From: Baptiste Wicht Date: Thu, 27 Mar 2014 22:36:42 +0100 Subject: [PATCH] Add simple Bochs target --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 2ef74908..db759a8e 100644 --- a/Makefile +++ b/Makefile @@ -47,6 +47,9 @@ bochs: default bochs -qf tools/bochsrc.txt -rc commands rm commands +bochs_simple: default + bochs -qf tools/bochsrc.txt + debug: default echo "c" > commands bochs -qf tools/debug_bochsrc.txt -rc commands