Darling's userspace kernel server (much like Wine's wineserver)
Go to file
Trung Nguyen 12aa182f51
fix: Workaround for systems without overlayfs
Darling now be used without overlayfs by enabling
the environment "DARLING_NOOVERLAYFS". Darling also
disables overlayfs when it detects itself running in a WSL1
environment.

Without overlayfs, Darling will have to recursively copy all files
and folders from LIBEXEC_PATH to DPREFIX.
2022-08-25 08:54:24 +07:00
duct-tape Use dtape_stub_safe() for HOST_CPU_LOAD_INFO 2022-08-19 15:05:14 +02:00
include/darlingserver add mach_vm_msync 2022-06-17 23:18:21 -05:00
internal-include/darlingserver feat: Initial WSL1 support 2022-08-21 20:59:24 +07:00
scripts feat: Initial WSL1 support 2022-08-21 20:59:24 +07:00
src fix: Workaround for systems without overlayfs 2022-08-25 08:54:24 +07:00
.gitignore Many additions + stubs; basic kernel MIG RPC working 2022-01-20 00:11:51 -05:00
CMakeLists.txt Use a stack pool to reduce memory usage 2022-06-30 22:50:02 -04:00