1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 07:58:11 +00:00
serenity/DevTools/UserspaceEmulator
Andreas Kling 079021a607 UserspaceEmulator: Put the executable name in argv[0] :^)
The emulated program can now find its own name in argv[0]. Very cool!
2020-07-12 21:37:54 +02:00
..
CMakeLists.txt UserspaceEmulator: Start sketching out a SoftMMU class :^) 2020-07-09 16:18:47 +02:00
Emulator.cpp UserspaceEmulator: Put the executable name in argv[0] :^) 2020-07-12 21:37:54 +02:00
Emulator.h UserspaceEmulator: Put the executable name in argv[0] :^) 2020-07-12 21:37:54 +02:00
main.cpp UserspaceEmulator: Put the executable name in argv[0] :^) 2020-07-12 21:37:54 +02:00
SoftCPU.cpp UserspaceEmulator: Put the executable name in argv[0] :^) 2020-07-12 21:37:54 +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 convenient SoftMMU APIs for copying data 2020-07-12 17:42:57 +02:00
SoftMMU.h UserspaceEmulator: Add some convenient SoftMMU APIs for copying data 2020-07-12 17:42:57 +02:00