| VCF Midwest | Sep 12 - 13, 2026, | Schaumburg Convention Center, IL |
| VCF Montreal V2.0 | Nov 07 - 08, 2026, | Saint-Lambert, Montreal, Canada |
| VCF SoCal | Feb TBD, 2027, | Southern CA |
| VCF East | Apr TBD, 2027, | InfoAge, Wall, NJ |
| VCF Latam | TBD, 2027, | Bahía Blanca, Argentina |
| VCF Pac. NW | TBD , 2027, | Tukwila, WA |
| VCF Southwest | Jun 25 - 27, 2027, | Westin Dallas Fort Worth Airport |
| VCF Southeast | Aug TBD, 2027, | Atlanta, GA |
| VCF West | Aug TBD, 2027, | Mountain View, CA |
The floppy drive controller I would use is the Tex Elec quad floppy controller. Two sets of sockets occupy the controller: an IDE pair and an edge connector similar to the IBM floppy controller included with the machine. There is a set of switches on the controller to set up addressing, along with an interrupt for the controller, connections, etc. There is a hidden ROM menu list within the controller system, which I have displayed below. The menu is not complicated except for the IPL. I don’t know how IPL is related to the system and the controller in general. When I use this controller with the GLaBIOS ROM, the ROM doesn’t see the floppy. FDC is 0, and I get error 1000. If I remove the Tex Elec Controller and introduce the IBM floppy controller with just one floppy switched into SW1, then the FDC does see the 360 kB floppy and boots to DOS. So, I think there is a conflict between the Tex Elec controller ROM and the GLaBIOS ROM. My guess.Yes, you can. GLaBIOS doesn't natively have high-density drive support (not really practical in an 8K BIOS ROM), however there are several options involving option ROMs or TSRs.
It will also require a high-density capable floppy controller as the standard IBM PC/XT Diskette adapter isn't capable of supporting HD drives and media. Controllers such as ISA FDC or Quad-Flop come with the option ROMs installed to enable support for HD floppy, GOTEK, etc.

I'll have to get Dr DOS 7.Thanks for the tip! I'll add that to my options page.
Great! That'll work nicely!The floppy drive controller I would use is the Tex Elec quad floppy controller.
I have that exact controller myself and have used it with the Multi-Floppy BIOS and can confirm it should work fine. We'll figure this out!When I use this controller with the GLaBIOS ROM, the ROM doesn’t see the floppy. FDC is 0, and I get error 1000. If I remove the Tex Elec Controller and introduce the IBM floppy controller with just one floppy switched into SW1, then the FDC does see the 360 kB floppy and boots to DOS. So, I think there is a conflict between the Tex Elec controller ROM and the GLaBIOS ROM. My guess.
View attachment 1326377
What you see from the picture above, is the Tex Elec Quad Floppy controller ROM menu selections to configure the drives that a user might select. The FDC is using address 03F0h, which, according to Retro Web, is the address for floppy communication. In addition, IRQ 6 and DRQ 2. The IPL is set for system BIOS IPL. I showed that I had selected the 360 kB floppy as the A drive and the 1.44 MB as the B drive. Upon reboot following the setup of the floppy controller, the GLaBIOS FDC showed 0 and error 1000. I knew the error represented the floppy controller.
I just saw a YouTube video of Adrian Black where he is using GLaBIOS to measure the speed at boot up. In the video, he said that the on-board floppy controls in the GLaBIOS can be cut off by flipping SW1 position 1 on. Would that allow the Tex Elec FDC ROM to see the configuration I have or not? However, isn’t SW1 position 1 a diagnostic that would reboot the machine over and over?
Look here.I'll have to get Dr DOS 7.
The quad floppy controller card is an 8-bit IDE. Sample is found here. I'll have to see if the IPL change will work, and I'll get back to you.The Quad-Flop has HD support in ROM, so no need for DR DOS in OP's case. But it is a low cost option if someone is using a 16-bit multi I/O card in an XT.
Thanks, I found it on the WinWorldPC website after a recommendation. I will use it as a reserve OS. Thanks for the link.

That's a little bit odd. If you just disable the ROM (SW1-7 I believe), does it show 2 FDs? Technically what happens is it does an INT 13h controller reset (AH=0) and if that returns an error, it'll do what you see. I've used Multi-Floppy 2.7 a lot with GLaBIOS and never seen this issue though.Below are the ROM address selections, with the one in red shown as my selection. I assume the ROM address selections refer to the floppy ROM and not necessarily the GLaBIOS ROM. So, how does the GLaBIOS learn that the FDD has two floppies tied to it? Do I have the wrong ROM address?
SW1 position 7 is off already. Ok thanks for the upgrade on GLaBIOS. I'll let you know what happens.That's a little bit odd. If you just disable the ROM (SW1-7 I believe), does it show 2 FDs? Technically what happens is it does an INT 13h controller reset (AH=0) and if that returns an error, it'll do what you see. I've used Multi-Floppy 2.7 a lot with GLaBIOS and never seen this issue though.
Could you try this GLaBIOS ROM and see if it makes a difference? This disables the FDC test entirely, which you won't necessarily need with a floppy disk ROM.
640KB
Great! Just to clarify, I meant SW1 position 7 on the TexElec floppy controller (not the motherboard). Just wondering if the behavior changes without the Multi-Floppy ROM loaded or not.SW1 position 7 is off already. Ok thanks for the upgrade on GLaBIOS. I'll let you know what happens.
Okay on the Tex Elect SW1.Great! Just to clarify, I meant SW1 position 7 on the TexElec floppy controller (not the motherboard). Just wondering if the behavior changes without the Multi-Floppy ROM loaded or not.


The problem is most likely something to do with the GQ-4x4 or the D27C256.640KB, sorry. There seems to be an error in the ROM file you gave me to correct the elimination of the floppy check procedure. I have included two pictures with this post. The first, labeled IMG_6158.jpeg, shows an address error at address 0x000006. The loader shows this during the verify phase after my load to the D27C256 chip. The second picture, labeled IMG_5161.jpeg, shows the buffer with what appears to be white space after the GLaBIOS logo at that address. I don’t know whether the white space is supposed to be there or if there is another symbol that my reader cannot identify at that address. I did try the BIOS, and nothing happened after flicking the switch.
On the first bullet, it's possible.The problem is most likely something to do with the GQ-4x4 or the D27C256.
[Data file] ---> [Imported into the buffer of the GQ-4x4 software] ----> [programmed into the D27C256]
The error message is indicating that at address 6, the data of 4F from the buffer was programmed (well, the programming action done) into the D27C256, but EF was read back.
( There may be other 'bad' bytes as well, but the GQ-4x4 software will have stopped at the first 'bad' byte found. )
• Faulty D27C256 ?
• D27C256 was not erased long enough ?
• GQ-4x4 needs to be powered via a (suitable) external power supply ?
When an EPROM is blank, all bytes should be filled with FF. When writing 4F and EF is read back, bits b6 and b7 have not been programmed. So IMHO you need the external power supply or your EPROM is bad.The error message is indicating that at address 6, the data of 4F from the buffer was programmed (well, the programming action done) into the D27C256, but EF was read back.
I do get all FFs when I pull the PROM from the UV cleaner. I believe the PROM is still usable; however, I have another that can be used. Yes, I can power up the GQ 4x4 to load the binary. If it fails again, I'll try another PROM.When an EPROM is blank, all bytes should be filled with FF. When writing 4F and EF is read back, bits b6 and b7 have not been programmed. So IMHO you need the external power supply or your EPROM is bad.