I am working on a OS and i am trying to find the acpi tables using the 0xE820 to find regions and find the ACPI reclaimable region
qemu-system-x86_64 -cpu qemu64 -machine q35 -m 128M -drive file=build/Adapto.hdd,if=none,id=drive0,format=raw -device ahci,id=ahci -device ide-hd,drive=drive0 -enable-kvm -boot c
This is the command i am using even tho there is a achi device it cant find it
I tried using Chatgpt but that said ‘Add -acpi to your flags’ but that flag does not exist
I found some questions about ACPI on stackoverflow but i cant find my answer