Limine modules request, run with 1GB pages support for x86_64

This commit is contained in:
2025-08-15 22:09:00 +02:00
parent 922fee88c7
commit c936910199
4 changed files with 23 additions and 12 deletions

View File

@ -1,3 +1,5 @@
#!/bin/sh
qemu-system-x86_64 -m 4g -cdrom mop2.iso -boot d -serial stdio $@
set -x
qemu-system-x86_64 -cpu qemu64,+pdpe1gb -m 4G -cdrom mop2.iso -boot d -serial stdio $@