第一章:Linux内核移植和根文件系统制作 第一章 移植内核..................................................................................................... 2 1.1 Linux 内核基础知识.................................................................................... 2 1.1.1 Linux
/* * linux/init/main.c * * (C) 1991 Linus Torvalds */ #define __LIBRARY__ #include #include /* * we need this inline - forking from kernel space will result * in NO COPY ON WRITE (!!!), until an execve is executed. This * is no problem, but for th