April 2014
Beginner
534 pages
14h 4m
English
Shell is a user-interface (UI) process. Through shell, computer users implement human–computer interactions with operating systems by using the monitor and the keyboard (terminal equipment).
Figure 4.1 shows the scene after tty0 file has been loaded.
After the root file system is loaded, process 1 opens the standard input device file by calling the open function. The code is as follows:
//code path:init/main.c:void init(void){ int pid,i; setup((void ...
Read now
Unlock full access