aboutsummaryrefslogtreecommitdiff
path: root/run_bochs_debug.sh
diff options
context:
space:
mode:
authorAlex Auvolat <alex.auvolat@ens.fr>2015-02-09 17:39:41 +0100
committerAlex Auvolat <alex.auvolat@ens.fr>2015-02-09 17:40:03 +0100
commitf2c51bc81d2aa618b29ddbeaae5ac1c5308821f0 (patch)
treefae67a79d5e60128d074550326a05216694a5848 /run_bochs_debug.sh
parenta5dfdd2b3fa91a2cda4f807c88bd35928e3c7a61 (diff)
downloadkogata-f2c51bc81d2aa618b29ddbeaae5ac1c5308821f0.tar.gz
kogata-f2c51bc81d2aa618b29ddbeaae5ac1c5308821f0.zip
Reorganize all.
Diffstat (limited to 'run_bochs_debug.sh')
-rwxr-xr-xrun_bochs_debug.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/run_bochs_debug.sh b/run_bochs_debug.sh
index df6c0d4..335b810 100755
--- a/run_bochs_debug.sh
+++ b/run_bochs_debug.sh
@@ -2,6 +2,7 @@
cd `dirname $0`
-make -C kernel || exit 1
+make -C src/common || exit 1
+make -C src/kernel || exit 1
./make_cdrom.sh
bochs -f bochs_debug.cfg -q