darlingserver/duct-tape
2022-02-20 01:29:51 -05:00
..
defines Initial commit 2022-01-18 00:46:28 -05:00
include/darlingserver Change how kernel threads are started from duct-tape 2022-02-20 01:19:57 -05:00
internal-include/darlingserver/duct-tape Port handle_ux_exception over from the LKM 2022-02-20 01:29:51 -05:00
src Port handle_ux_exception over from the LKM 2022-02-20 01:29:51 -05:00
xnu Implement remote mmap/munmap + various fixes 2022-02-17 19:12:44 -05:00
CMakeLists.txt Implement remote mmap/munmap + various fixes 2022-02-17 19:12:44 -05:00
Makefile Initial commit 2022-01-18 00:46:28 -05:00
README.md Initial commit 2022-01-18 00:46:28 -05:00

darlingserver Duct Taping

The purpose of this subproject is to use a significantly stripped down version of XNU's own kernel code coupled with some glue/duct-tape code to simulate the necessary parts of a normal XNU kernel environment for the code to work properly to implement things like Mach IPC.