Before anything, I know BIOS is getting deprecated! I've just come across this term "bootstrap program" in Silberschatz OS textbook and I've realized that it does a pretty similar thing to BIOS, looking at the explanations found on the internet, e.g:
The BIOS in modern PCs initializes and tests the system hardware components, and loads a boot loader or an operating system from a mass memory device. Wikipedia
I want to know whether they are the same or are two different things?
(I also want to mention that I believe "bootstrap program" must NOT be the same thing as boot loader, so please don't talk about the difference between boot loader and BIOS, that's already on SU and is not my question, TYIA.)