move memory related source to memory dir

This commit is contained in:
Masato Imai
2025-07-03 13:15:10 +00:00
parent 8bdc838461
commit 2c884f407f
5 changed files with 6 additions and 2 deletions

View File

@@ -8,9 +8,11 @@ EFI_BINARY="$1"
qemu-system-x86_64 -enable-kvm \
-m 4G \
-serial mon:stdio \
-nographic \
-no-reboot \
-drive if=pflash,format=raw,readonly=on,file=OVMF_CODE.fd \
-drive if=pflash,format=raw,readonly=on,file=OVMF_VARS.fd \
-cdrom nel_os.iso \
-boot d \
-cpu host \
-s