1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 08:08:12 +00:00
serenity/DevTools/UserspaceEmulator
2020-07-13 13:50:22 +02:00
..
CMakeLists.txt UserspaceEmulator: Make mmap'ed memory track read/write protection 2020-07-13 13:50:22 +02:00
Emulator.cpp UserspaceEmulator: Add some more syscalls 2020-07-13 13:50:22 +02:00
Emulator.h UserspaceEmulator: Add some more syscalls 2020-07-13 13:50:22 +02:00
main.cpp UserspaceEmulator: Pass arguments through to emulated process 2020-07-13 13:50:22 +02:00
MmapRegion.cpp UserspaceEmulator: Add basic support for memory-mapped files 2020-07-13 13:50:22 +02:00
MmapRegion.h UserspaceEmulator: Add basic support for memory-mapped files 2020-07-13 13:50:22 +02:00
SimpleRegion.cpp UserspaceEmulator: Move SimpleRegion to its own files 2020-07-13 13:50:22 +02:00
SimpleRegion.h UserspaceEmulator: Move SimpleRegion to its own files 2020-07-13 13:50:22 +02:00
SoftCPU.cpp UserspaceEmulator: Add the NOT instruction (with bonus: NOP!) 2020-07-13 13:50:22 +02:00
SoftCPU.h UserspaceEmulator: Put the executable name in argv[0] :^) 2020-07-12 21:37:54 +02:00
SoftMMU.cpp UserspaceEmulator: Add some more syscalls 2020-07-13 13:50:22 +02:00
SoftMMU.h UserspaceEmulator: Add some more syscalls 2020-07-13 13:50:22 +02:00