I READ THAT BIOS has some basic device drivers in it , for example the keyboard, hard disk, floppy disk ... and when a computer is booting up it reads the BIOS-ses of plug in cards . And in those bioses there are device drivers for those devices and they become a part of the general BIOS, and then BIOS create API (APLICATION PROGRAMMING INTERFACE). And thanks to API the OS can work with the hardware because of the device drivers in the API is it true?