diff options
author | Alex Auvolat <alex.auvolat@ens.fr> | 2015-02-14 19:34:49 +0100 |
---|---|---|
committer | Alex Auvolat <alex.auvolat@ens.fr> | 2015-02-14 19:34:49 +0100 |
commit | 8336422c8ad72b98e3af9c038468b62a9eafac3c (patch) | |
tree | b35e74136b0263e6efbba41de8d1b118c2239b9b /run_bochs_debug.sh | |
parent | 1ca147f9e08202dfbc78692e204adac280f8238b (diff) | |
download | kogata-8336422c8ad72b98e3af9c038468b62a9eafac3c.tar.gz kogata-8336422c8ad72b98e3af9c038468b62a9eafac3c.zip |
Add first btree test ; fix first btree test.
Diffstat (limited to 'run_bochs_debug.sh')
-rwxr-xr-x | run_bochs_debug.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/run_bochs_debug.sh b/run_bochs_debug.sh deleted file mode 100755 index 7bc7d1c..0000000 --- a/run_bochs_debug.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -cd `dirname $0` - -make || exit 1 -./make_cdrom.sh -bochs -f bochs_debug.cfg -q |