Sibi Siddharthan

Results 5 comments of Sibi Siddharthan

Using Winsock2 was originally planned, but I deferred not to do it. I wanted something closer to the kernel for the networking stuff and not just another wrapper for Winsock2.

The shared build is broken currently. Needs a bit of work. Static build should work

Nope. I am busy with other projects at the moment. The solution requires quite a bit of hacky stuff with CMake custom commands. The shared build never worked to begin...

It is bit complicated. Let me explain. With any system level C-library, programs require an entry point. In Windows it is usually CRTMainStartup() -> main(). For wlibc we override the...

The compiled object of this file https://github.com/SibiSiddharthan/windows-libc/blob/main/src/internal/wmain.c