FDD type
FDD type
Hello, I've got a quick question regarding the detection of the type of floppy drive. You can ask the CMOS what floppy drive is inserted after the BIOS finishes, but is this updated when another drive is inserted?
Modular Interface Kernel With a lot of bugs
Re: FDD type
I don't know if the hardware is even designed to handle plugging in new drives while running. It may not be the wisest thing to do, but you could do a simple test and try.
Share the results with us.
EDIT: Isn't the drive settings set up from the BIOS. I don't think there is any kind of autodetect.
Share the results with us.
EDIT: Isn't the drive settings set up from the BIOS. I don't think there is any kind of autodetect.
http://code.google.com/p/rmmtos/ - Real Mode MultiTasking Operating System
Re: FDD type
Random question, but do they actually have floppy drives that support more than one type of floppy disk?
And AFAIK it's difficult to impossible to autodetect when a floppy is inserted into the drive. I think the best way (and I think Windows does this too) is to wait for a user/application to try and access the drive and fail if a floppy is not found.
And AFAIK it's difficult to impossible to autodetect when a floppy is inserted into the drive. I think the best way (and I think Windows does this too) is to wait for a user/application to try and access the drive and fail if a floppy is not found.
"Sufficiently advanced stupidity is indistinguishable from malice."
- JackScott
- Member
- Posts: 1035
- Joined: Thu Dec 21, 2006 3:03 am
- Location: Hobart, Australia
- Mastodon: https://aus.social/@jackscottau
- Matrix: @JackScottAU:matrix.org
- GitHub: https://github.com/JackScottAU
- Contact:
Re: FDD type
Floppy drives (IIRC) have a "media change" facility that tells you when a new floppy disk has been inserted.
There are some 2.88MB floppy drives that can read and write 1.44MB disks. But they are about as common as hen's teeth. It is correct that no autodetection of drive type is done, that is usually set in the BIOS. For example, in XP and Vista, you can set the BIOS to have a 1.44MB floppy drive, and My Computer will show a drive as being present, even if it isn't. Now Windows is pretty dumb in that regard, but it does show you how little auto detection is done for that older hardware.
There are some 2.88MB floppy drives that can read and write 1.44MB disks. But they are about as common as hen's teeth. It is correct that no autodetection of drive type is done, that is usually set in the BIOS. For example, in XP and Vista, you can set the BIOS to have a 1.44MB floppy drive, and My Computer will show a drive as being present, even if it isn't. Now Windows is pretty dumb in that regard, but it does show you how little auto detection is done for that older hardware.
Re: FDD type
I have seen floppy drives that physically accepted both 5.25" and 3.5" floppies. I have never owned one though, so I'm not sure how this was handled by an OS. Presumably it appeared as two drives.Zenith wrote:Random question, but do they actually have floppy drives that support more than one type of floppy disk?
JAL
Re: FDD type
I'll check when I get home, but I own one, and I *believe* it actually just had two physical connections.
Meaning, it's just two separate drives in one "box".
Meaning, it's just two separate drives in one "box".
- Troy Martin
- Member
- Posts: 1686
- Joined: Fri Apr 18, 2008 4:40 pm
- Location: Langley, Vancouver, BC, Canada
- Contact:
Re: FDD type
And I personally have never used a 2.88 MB disk. I've formatted 1.44 to 1.68 (and still do often) but that's probably the highest.JackScott wrote:There are some 2.88MB floppy drives that can read and write 1.44MB disks.
Re: FDD type
That's what I figured. In those days it was rather costly making custom chips, so I bet they just doubled the logic, only to sell ot for four times the price :).linuxfood wrote:I'll check when I get home, but I own one, and I *believe* it actually just had two physical connections. Meaning, it's just two separate drives in one "box".
JAL