VOGONS


First post, by Andy223uk

User metadata
Rank Newbie
Rank
Newbie

Hi All

I have a Jetway J-426B board with Intel DX4 100 / 16MB - 1G IDE which has PCI and dual channel IDE onboard.

Both IDE channels pick up the hdd via BIOS but refuse to detect any IDE Cd drive I attach to either channel in the bios set to Auto.

I’ve built 386s and it seemed pretty common just use a std boot floppy with the Samsung cd drivers on mscdex.

Shouldn’t this era of Socket 3 detect CDROM drives?

Saying that the boot option only give me A-C or C—A.

Reply 1 of 3, by Ryccardo

User metadata
Rank Member
Rank
Member

Seems plausible to me - BIOS may be too old to support ATAPI anything (and doesn't have to, compare to how you're supposed to disable the HDD there if you use XTIDE universal bios or the like), El Torito for bootable CDs was invented rather later (1995 - for the theoretical standard only), and still needed multiple years (give or take, Pentium 3 launch) to become ubiquitous, never mind actually working in all the floppy/disk/no-emulation-with-2048-byte-sectors variants...

Reply 2 of 3, by Andy223uk

User metadata
Rank Newbie
Rank
Newbie

Yep indeed seems it’s still in era which requires a dos sys file install then the CDROM driver off the floppy.

Worked first time. Now just the challenge of getting the mouse working.

Reply 3 of 3, by Ryccardo

User metadata
Rank Member
Rank
Member
Andy223uk wrote on 2023-07-20, 21:50:

seems it’s still in era which requires a dos sys file install then the CDROM driver

Just a nitpick - even if your BIOS supported CDs and direct successors, you'd still need a specific* CD driver for the operating systems, unlike HDDs which got hacked into the originally floppy-only int13 there's usually no provision# for general CD reads via ROM-provided code...

* Sure, nowadays it's no early 90s jungle and a generic ATAPI CD driver like OakCDROM or FreeDOS's UIDE, never mind built-in support in Win32/Linux/etc, goes a long way if that's what you have!

# Actually, there's an ELTORITO driver by the famous Bart which does exactly that, but it only applies to bootable CDs that were booted by the BIOS, and still needs a "light" loadable driver in config.sys + an ISO9660 driver like MSCDEX 😀