rlibc
rlibc copied to clipboard
Windows support via ntdll.dll
Because Windows syscalls inexplicably change every version, we will never be able to directly invoke them, and hence we cannot completely replace the system libraries.
But it is possible to build a C runtime library that only uses ntdll.dll, which contains the syscall shims, and we should aim for this.