Is there any other more (efficient) way to load the OS kernel into the ram instead of bootstrapping? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Is there any other more (efficient) way to load the OS kernel into the ram instead of bootstrapping?

Bootstrap is a small program in the rom memory which loads the kernel of the operating system into the ram, so it's executed and the whole system works. Without the bootstrap, system has to load all the necessary and unnecessary instructions which consumes a lot of time space and processor effort.

11th Nov 2020, 5:22 PM
Fau_zi
Fau_zi - avatar
0 Answers