Added linux cpu check (#32124)

This commit is contained in:
Paton McDonald
2019-06-27 23:17:00 -07:00
committed by Randell Dawson
parent 762654d4f6
commit 0814e2b022

View File

@ -58,6 +58,7 @@ title CentOS (2.6.18-194.el5PAE)
- Mounts the root file system as specified in the “root=” in grub.conf
- Kernel executes the /sbin/init program
- It is the 1st program to be executed by Linux Kernel, it has the process id (PID) of 1. Do a ps -ef | grep init and check the pid. You can also use netstat
- Checks Basic CPU information
- initrd stands for Initial RAM Disk.
- initrd is used by kernel as temporary root file system until kernel is booted and the real root file system is mounted. It also contains necessary drivers compiled inside, which helps it to access the hard drive partitions, and other hardware.