Hacker News new | ask | show | jobs
by jcelerier 2607 days ago
> Not much different than a binary user mode application.

well, user-mode applications do syscalls to the kernel, not direct function calls.

1 comments

But the actual syscall is made by a Windows user mode library - kernel32.dll/... So your GPL user mode app calls directly into proprietary Windows library.
That is specifically allowed by the GNU GPL. See "System Libraries" and adjacent paragraphs.
There is a mention of "System Libraries" in GPLv3, but not GPLv2, which the Linux kernel is licensed under.
There are similar provisions in GPLv2.