mirror of
https://github.com/darlinghq/darlingserver.git
synced 2024-11-23 12:29:41 +00:00
52f1d6a4d1
This is almost a direct port of what we were previously doing in the LKM, except that we need to use duct-taped semaphores in order to put the calling microthread to sleep (rather than a real semaphore that would put the worker thread to sleep). |
||
---|---|---|
.. | ||
defines | ||
include/darlingserver | ||
internal-include/darlingserver/duct-tape | ||
src | ||
xnu | ||
CMakeLists.txt | ||
Makefile | ||
README.md |
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.