aboutsummaryrefslogtreecommitdiff
path: root/run_qemu.sh
diff options
context:
space:
mode:
authorAlex Auvolat <alex.auvolat@ens.fr>2015-02-13 21:52:48 +0100
committerAlex Auvolat <alex.auvolat@ens.fr>2015-02-13 21:52:48 +0100
commit47e6cd42f0744f6c04b8347093f6549339a856c9 (patch)
treec91fc43178d136c2aa0f093087ba8cfb4e90bdae /run_qemu.sh
parentcf0b8a52287ee7c747b1d5a7d77abdef1fb46f94 (diff)
downloadkogata-47e6cd42f0744f6c04b8347093f6549339a856c9.tar.gz
kogata-47e6cd42f0744f6c04b8347093f6549339a856c9.zip
Implement ELF loading ; arrange so that user processes run.
Diffstat (limited to 'run_qemu.sh')
-rwxr-xr-xrun_qemu.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_qemu.sh b/run_qemu.sh
index 7f7d264..4dce76a 100755
--- a/run_qemu.sh
+++ b/run_qemu.sh
@@ -3,4 +3,4 @@
cd `dirname $0`
make || exit 1
-qemu-system-i386 -kernel src/kernel/kernel.bin -serial stdio -m 16
+qemu-system-i386 -kernel src/kernel/kernel.bin -serial stdio -m 16 -initrd src/apps/init/init.bin