The Need for Drivers in CD-ROMs and Peripherals

  • Thread starter Thread starter FulhamFan3
  • Start date Start date
AI Thread Summary
Floppy drives and hard disks do require drivers, but they are standardized and critical for booting, allowing them to function without specific drivers during startup. CD-ROMs have reached a similar level of standardization, enabling them to operate without special drivers in modern systems. The discussion highlights that while floppy drives have historically been limited to 1.44 MB, larger capacities existed but failed to gain popularity due to cost and limited advantages. Basic I/O functions for devices like floppy drives and CD-ROMs are managed by BIOS, allowing access even without an operating system. After BIOS completes its POST, it searches for the Master Boot Record (MBR) to load the operating system. Some devices, particularly CD-ROMs, may still require drivers for full functionality. As technology advances, more devices are being standardized and integrated into BIOS, enhancing compatibility and ease of use.
FulhamFan3
134
0
How come floppy drives and hard disk don't need any drivers whereas CD-ROMs and other peripherals do?
 
Computer science news on Phys.org
Check your device manager: hard drives and floppies do require drivers, its just that since they are so important to booting, they are all the same. CD-Roms have made the jump to that level of standardization and now no longer require special drivers to operate - they all use the same drivers in windows and all are capable of being booted from.
 
My question was more specific to the boot up. Like why floppy drives could read when you turn on the computer but cd-roms needed special drivers. Anyway, you answered my question.

However why have floppy drives never been bigger than 1.44 MB?
 
I had seen Sony floppy with 2.8 MB in singapore, but it was not popular.
Now all people are using thumbdrive, floppy is only usefull for boot up.
 
FulhamFan3 said:
However why have floppy drives never been bigger than 1.44 MB?

There have been floppy drives bigger than 1.44 MB. They just never really caught on. Initially they didn't often that much of a size advantage over 1.44 MB disks, and they usually cost more per byte than just buying the equivalent amount of 1.44 MB disks.
 
Windows OS comes loaded with many generic drivers that it can use if an official driver isn't present.
 
Windows OS is not present at system power-on.
 
No. A system without an operating system can still access disk drives (floppy, cd-rom, etc). Device drivers are not needed for basic I/O functions such as floppys, cd-roms, keyboard, moniter, etc. This is done through the BIOs which is why you have access to these drives during system power-on even if an operating system isn't present.

After the BIOs loads and finishes POST it looks for the MBR (Master Boot Record) to see if a operating system is present on the HDD. If it finds one, it begins to load the OS. If it doesn't, it nags.

However, through my experience, some devices (cd-rom's usually) can be a royal pain in the arse without drivers.


Ryan

Edit: And I don't know why I said 'No'. But I'm leaving it there for personal reasons. :)
 
Your ethernet card (some manufs.) will work also without an OS. Check your card if it is PXE compliant then you can boot from the network. Really handy for doing remote OS refreshes or installs
 
Last edited:
  • #10
And USB too - as time goes by, more and more devices get standardized and written into bios.
 
  • #11
i just bought a seagate 250 GB. Huge!
 
Back
Top