Xbox emulator
Go to file
2016-05-14 22:28:25 -06:00
NightBeliever Split Kernel.hpp into separate files. 2016-05-14 22:28:25 -06:00
.gitignore Added page-aligned virtual mapping. Added initial NtAllocateVirtualMemory. 2016-05-10 21:54:55 -06:00
Box.cpp Started implementing IOManager and building infrastructure. 2016-05-11 01:06:23 -06:00
Box.hpp Started implementing IOManager and building infrastructure. 2016-05-11 01:06:23 -06:00
CMakeLists.txt Completed CMake port. 2016-05-12 16:51:56 -06:00
Cpu.cpp Added proper thread termination. Updated hyper call dispatch to not trash newly switched threads. 2016-05-13 23:09:26 -06:00
Cpu.hpp Added proper thread termination. Updated hyper call dispatch to not trash newly switched threads. 2016-05-13 23:09:26 -06:00
Debugger.cpp Added read memory command to debugger. 2016-05-13 21:32:02 -06:00
Debugger.hpp Fixed debugger bugs. Added raw stack dump. 2016-05-10 00:13:22 -06:00
Hypercall.cpp Added proper thread termination. Updated hyper call dispatch to not trash newly switched threads. 2016-05-13 23:09:26 -06:00
hypercallgen.py Added proper thread termination. Updated hyper call dispatch to not trash newly switched threads. 2016-05-13 23:09:26 -06:00
hypercalls.yaml Added proper thread termination. Updated hyper call dispatch to not trash newly switched threads. 2016-05-13 23:09:26 -06:00
IOManager.cpp Added stubs for IoCreateSymbolicLink and NtCreateFile. 2016-05-14 20:08:16 -06:00
IOManager.hpp Added links to IOManager. 2016-05-14 18:43:03 -06:00
LICENSE.txt Fixed makefile issue where hypercallgen was being called every time. Added license. 2016-05-11 21:04:18 -06:00
main.cpp Fixed messed up page mapping loading kernel. 2016-05-14 19:40:22 -06:00
Makefile Fixed makefile issue where hypercallgen was being called every time. Added license. 2016-05-11 21:04:18 -06:00
PageManager.cpp Added page-aligned virtual mapping. Added initial NtAllocateVirtualMemory. 2016-05-10 21:54:55 -06:00
PageManager.hpp Added page-aligned virtual mapping. Added initial NtAllocateVirtualMemory. 2016-05-10 21:54:55 -06:00
test1.xbe Initial commit. 2015-06-11 15:31:31 -04:00
ThreadManager.cpp Added proper thread termination. Updated hyper call dispatch to not trash newly switched threads. 2016-05-13 23:09:26 -06:00
ThreadManager.hpp Added proper thread termination. Updated hyper call dispatch to not trash newly switched threads. 2016-05-13 23:09:26 -06:00
Xbe.cpp Everything that could be 'auto'd has been. 2016-05-10 00:20:38 -06:00
Xbe.hpp Added thunk mapping and kernel stubs. 2016-05-08 16:30:33 -06:00
xbetypes.hpp Added memset/memcpy. Finished TIB/TLS initialization. 2016-05-09 15:08:58 -06:00
Zookeeper.hpp Started implementing IOManager and building infrastructure. 2016-05-11 01:06:23 -06:00