diff options
| author | Lukas Oesch <lukasoesch20@gmail.com> | 2026-04-08 14:13:19 +0200 |
|---|---|---|
| committer | Lukas Oesch <lukasoesch20@gmail.com> | 2026-04-11 07:58:20 +0200 |
| commit | 9c0fb15aa67a4dda6beed3cbdfc4cc510674313f (patch) | |
| tree | c78ecfe8696db7efbbf95e131809bba9d1227b60 /scripts | |
| parent | 9330cc6345e0eed83e16f8af5aae54484c059177 (diff) | |
| download | teachos-9c0fb15aa67a4dda6beed3cbdfc4cc510674313f.tar.xz teachos-9c0fb15aa67a4dda6beed3cbdfc4cc510674313f.zip | |
add test with multiple correct formatted ext2 file systems
increase QEMU memory
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/qemu-wrapper.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/qemu-wrapper.sh b/scripts/qemu-wrapper.sh index 49c01ec..dd0200d 100755 --- a/scripts/qemu-wrapper.sh +++ b/scripts/qemu-wrapper.sh @@ -12,7 +12,7 @@ if [ -z "$ISO_PATH" ]; then fi ARGS=( - "-m" "32M" + "-m" "64M" "-machine" "q35" "-smp" "4,sockets=1,cores=4,threads=1" "-display" "curses" |
