Early user space
From Seo Wiki - Search Engine Optimization and Programming Languages
| It has been suggested that this article or section be merged into Linux startup process. (Discuss) |
Early user space is used on newer versions of the Linux kernel to replace as many functions as possible that would have originally been done in the kernel during the start-up process. Typical uses of early user space are to detect what device drivers are needed to load the main user space file system and load them from a temporary filesystem.
[edit] See also
- Klibc - a library for making tiny programs and utilities that help the user space boot process along
- initrdTemplate:Linux-stub