

InterviewSolution
Saved Bookmarks
1. |
What is the difference between BIOS and bootloader |
Answer» BIOS is a small firmware stored in ROM of mother board which is manufacturer dependent code. Boot loader is a program which is called by BIOS and once again initializes boot related hardware and finally boot loader is the one who exactly Knows(memory location) where the Kernel image is stored in secondary memory. | |