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_qemu.sh | |
parent | 1ca147f9e08202dfbc78692e204adac280f8238b (diff) | |
download | kogata-8336422c8ad72b98e3af9c038468b62a9eafac3c.tar.gz kogata-8336422c8ad72b98e3af9c038468b62a9eafac3c.zip |
Add first btree test ; fix first btree test.
Diffstat (limited to 'run_qemu.sh')
-rwxr-xr-x | run_qemu.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/run_qemu.sh b/run_qemu.sh deleted file mode 100755 index 4dce76a..0000000 --- a/run_qemu.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -cd `dirname $0` - -make || exit 1 -qemu-system-i386 -kernel src/kernel/kernel.bin -serial stdio -m 16 -initrd src/apps/init/init.bin |