Add mesosphere (VERY VERY WIP)

This commit is contained in:
TuxSH
2018-10-31 21:47:31 +01:00
committed by Michael Scire
parent 50e307b4b7
commit 745fa84e5e
56 changed files with 5033 additions and 0 deletions

9
mesosphere/README.md Normal file
View File

@@ -0,0 +1,9 @@
# Mesosphère
**WORK IN PROGRESS**
Special thanks to:
* @gdkchan ([Ryujinx](https://github.com/Ryujinx/Ryujinx)'s author), without whom I would have been unable to understand many complex mechanisms of the Horizon kernel, such as the scheduler, etc. Ryujinx's kernel HLE is pretty accurate, and of course part of this work has strong similarites to Ryujinx's kernel code.
* @fincs, who helped me in the kernel reverse-engineering process a lot as well, and with countless other things too.