The kernel and the C library as a single project
The kernel and the C library as a single project
Posted Nov 30, 2010 21:05 UTC (Tue) by sfeam (subscriber, #2841)In reply to: The kernel and the C library as a single project by nix
Parent article: The kernel and the C library as a single project
Actually, making libc a kernel module would have the opposite effect. Whereas now if you manage to install a bad libc your system is unusable, if it were instead a matter of installing a new kernel version with a bad libc then you could just boot into the previous kernel and your good libc would come back with it.
