diff options
author | Alex Auvolat <alex.auvolat@ens.fr> | 2015-02-13 21:52:48 +0100 |
---|---|---|
committer | Alex Auvolat <alex.auvolat@ens.fr> | 2015-02-13 21:52:48 +0100 |
commit | 47e6cd42f0744f6c04b8347093f6549339a856c9 (patch) | |
tree | c91fc43178d136c2aa0f093087ba8cfb4e90bdae /run_qemu.sh | |
parent | cf0b8a52287ee7c747b1d5a7d77abdef1fb46f94 (diff) | |
download | kogata-47e6cd42f0744f6c04b8347093f6549339a856c9.tar.gz kogata-47e6cd42f0744f6c04b8347093f6549339a856c9.zip |
Implement ELF loading ; arrange so that user processes run.
Diffstat (limited to 'run_qemu.sh')
-rwxr-xr-x | run_qemu.sh | 2 |
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 |