diff options
author | Alex Auvolat <alex.auvolat@ens.fr> | 2014-12-04 10:43:58 +0100 |
---|---|---|
committer | Alex Auvolat <alex.auvolat@ens.fr> | 2014-12-04 10:43:58 +0100 |
commit | 292e4141078d18993b1395820631503ac852eb3d (patch) | |
tree | 3b3e5cb75d9bf3abb2639deedc247eba2cdeabe6 /run_qemu.sh | |
parent | d78a3d8be9c194554580cb3c73c1c5ebd0d82a9b (diff) | |
download | kogata-292e4141078d18993b1395820631503ac852eb3d.tar.gz kogata-292e4141078d18993b1395820631503ac852eb3d.zip |
Make paging work ! \o/
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 c0b6906..8649d92 100755 --- a/run_qemu.sh +++ b/run_qemu.sh @@ -3,4 +3,4 @@ cd `dirname $0` make -C kernel -qemu-system-i386 -kernel kernel/kernel.bin -serial stdio +qemu-system-i386 -kernel kernel/kernel.bin -serial stdio -m 16 |