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 […]
Scope Resolution Operator (::)Ternary or Conditional Operator (?:)Member Access or Dot operator (.)Pointer-to-member Operator (.*) Object size Operator (sizeof)Object type Operator(typeid) could not be overloaded in […]
These attributes allow the compiler to optimize for the case where paths of execution including these statements are more or less likely than other alternative paths. […]
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. […]
CoAP(Constrained Application Protocol) is a client-server protocol which can utilize both TCP and UDP to connect small, semi-intelligent devices within the Internet of Things (IoT) applications. […]
Kernel modules must have at least two functions: a “start” (initialization) function called init_module() which is called when the module is insmoded into the kernel, and […]
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 […]