diff options
author | Anton Kling <anton@kling.gg> | 2023-12-18 16:02:34 +0100 |
---|---|---|
committer | Anton Kling <anton@kling.gg> | 2023-12-18 16:02:34 +0100 |
commit | b7fa1457727338416499d1b0144f1042a6878a97 (patch) | |
tree | 3add0539a6afec94d1f1fdcd2f4200f21a84d776 /meta | |
parent | 43a72a1a5719039de5d7e347806aae163e30f17a (diff) |
Add untracked files
Diffstat (limited to 'meta')
-rwxr-xr-x | meta/run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/run.sh b/meta/run.sh index 6cf1787..21b8701 100755 --- a/meta/run.sh +++ b/meta/run.sh @@ -2,7 +2,7 @@ scriptdir="$(dirname "$0")" cd "$scriptdir" cd .. -qemu-system-i386 -netdev user,id=n0,hostfwd=tcp:127.0.0.1:6001-:6000 -device rtl8139,netdev=n0 -object filter-dump,id=id,netdev=n0,file=./logs/netout -d int -no-reboot -no-shutdown -chardev stdio,id=char0,logfile=./logs/serial.log,signal=off -serial chardev:char0 -drive id=disk,file=./meta/ext2.img,if=none -device ahci,id=ahci -device ide-hd,drive=disk,bus=ahci.0 -m 512M -cdrom ./kernel/myos.iso -s +qemu-system-i386 -enable-kvm -netdev user,id=n0,hostfwd=tcp:127.0.0.1:6001-:6000 -device rtl8139,netdev=n0 -object filter-dump,id=id,netdev=n0,file=./logs/netout -d int -no-reboot -no-shutdown -chardev stdio,id=char0,logfile=./logs/serial.log,signal=off -serial chardev:char0 -drive id=disk,file=./meta/ext2.img,if=none -device ahci,id=ahci -device ide-hd,drive=disk,bus=ahci.0 -m 512M -cdrom ./kernel/myos.iso -s # Sync the sysroot cd ./meta/ mkdir ./mount |