In Linux systems, /dev/null is a special file called the null device or also called the ‘blackhole‘, because it instantly discards anything written to it and […]
Device files are stored under /dev directory which operating system functions would not know how to access them. The mount command mounts a storage device or […]
First Stage Bootloader: Searches, loads and executes the MBR boot loader program. MBR(Master Boot Record): Located in the 1st sector of the bootable disk. It loads […]
C++17 introduces [[nodiscard]] attribute to let the compiler deduce that the return value of a function or method must be handled by a properly assigned value. […]
Bootloader is the main software which is initially triggered whilst the system is powered on. Bootloader is mandatory to run the startup process which sets the […]