The kernel and the C library as a single project
The kernel and the C library as a single project
Posted Dec 1, 2010 11:58 UTC (Wed) by jlayton (subscriber, #31672)In reply to: The kernel and the C library as a single project by rleigh
Parent article: The kernel and the C library as a single project
Hear hear!
This is the sanest idea yet. Sounds simple (in principle) to break the syscall interfaces out of libc and into a separate lib. libc could then be built with dependencies on the new library, thereby maintaining backward compatability.
I'm sure there are all sorts of nasty details I haven't considered, but it sounds like a step in the right direction.
