1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 11:18:11 +00:00
serenity/DevTools/UserspaceEmulator
Andreas Kling ce51cf90c6 UserspaceEmulator: Make sure ELF data segments are zero-initialized
(And all other memory, too.) This will mutate later when we add shadow
memory etc, but for now just zero-initialize it since that's expected
by the emulated program.
2020-07-12 01:36:45 +02:00
..
CMakeLists.txt UserspaceEmulator: Start sketching out a SoftMMU class :^) 2020-07-09 16:18:47 +02:00
Emulator.cpp UserspaceEmulator: Make sure ELF data segments are zero-initialized 2020-07-12 01:36:45 +02:00
Emulator.h UserspaceEmulator: Symbolicate disassembly output :^) 2020-07-11 17:18:07 +02:00
main.cpp UserspaceEmulator: Symbolicate disassembly output :^) 2020-07-11 17:18:07 +02:00
SoftCPU.cpp UserspaceEmulator: Put memory read/write logging behind MEMORY_DEBUG 2020-07-11 23:57:14 +02:00
SoftCPU.h UserspaceEmulator: Implement STOSB/STOSW/STOSD 2020-07-11 23:57:14 +02:00
SoftMMU.cpp UserspaceEmulator: Warn in SoftMMU if accessing unknown memory 2020-07-10 20:29:44 +02:00
SoftMMU.h UserspaceEmulator: Add 8/16 bit memory read/write operations 2020-07-10 20:20:27 +02:00