Please enable JavaScript.
Coggle requires JavaScript to display documents.
3 Booting Concepts (Why Booting is required? (Hardware doesn't know…
-
-
Why Booting is required?
- Hardware doesn't know where the OS resides and how to load it
- Need a special program to do this job called Bootstrap loader or Boot loader
- Bootstrap loader locates the kernel, loads it into main memory and start its execution
-