Darling's userspace kernel server (much like Wine's wineserver)
Go to file
Ariel Abreu 89e7afe22e
Add a ton of RPC calls
This commit adds a bunch of RPC calls, mostly XNU trap calls (calls that go directly to duct-taped XNU Mach trap calls).

The wrapper generator can now automatically generate server-side wrapper/boilerplate code  these XNU trap calls.

These calls have not yet been tested and some (most of the non-IPC calls) probably require functions that haven't been implemented yet.
2022-01-28 00:07:03 -05:00
duct-tape Add a ton of RPC calls 2022-01-28 00:07:03 -05:00
internal-include/darlingserver Add a ton of RPC calls 2022-01-28 00:07:03 -05:00
scripts Add a ton of RPC calls 2022-01-28 00:07:03 -05:00
src Add a ton of RPC calls 2022-01-28 00:07:03 -05:00
.gitignore Many additions + stubs; basic kernel MIG RPC working 2022-01-20 00:11:51 -05:00
CMakeLists.txt Quite a few changes; check the description 2022-01-23 22:41:55 -05:00