I am making an OS and I am debugging it using the Qemu. I want a way to read some big blocks of the ram at the end of some instructions. How to do that? Can say to Qemu to copy the ram into a file? If not what I can do?
相关问题
- How do I add a virtual GPU into Qemu?
- Emulatin Big Endian ARM system with QEMU
- QEMU: problems with mouse and keyboard settings
- Qemu-KVM: Translation of guest physical address to
- Qemu shows a black screen
相关文章
- How to benchmark in Qemu i386 system using rdtsc
- Start two Android emulators with different locale
- At which level does one unit test lock-free code?
- Simple C Kernel char Pointers Aren't Working
- Debug qemu with gdb
- Calling ARM assembly from C, GCC (bare metal)
- qemu on Raspberry Pi Arch Linux latest sd image
- What's a good source to learn about QEMU?
qmp or hmp command
dump-guest-memory
.