The kernel and the C library as a single project
The kernel and the C library as a single project
Posted Dec 1, 2010 6:14 UTC (Wed) by jamesh (guest, #1159)In reply to: The kernel and the C library as a single project by signbit
Parent article: The kernel and the C library as a single project
The quote from Ingo talks of making it a VDSO. That is, code mapped into the address space of every new process by the kernel, rather than libraries loaded from the file system by the dynamic linker.
