First post, by bbuchholtz
Hey Guys,
I wanted to share with you my latest project. This started-out as a 4-soundcard computer. Then evolved to 6 soundcards. At this point, I asked myself, why not try at building an industrial computer? So, I'm now working towards a DOS-based system, with 14 soundcards.
High-level system specs:
• Cyrix 5x86 120MHz (4x multiplier)
• 64MB RAM
• 20-slot backplane and case
• 3-channel SCSI RAID
I chose Socket3, because it's my favorite processor for DOS. More specifically, I went with Cyrix 5x86, due to its ability to set CPU multiplier via software (setmul). I have the system bus set to 25MHz. And since I have the 4x variant, I have a lot of options for speed: 25MHz, 50MHz, and 100MHz.
I always like my retro builds to have fast storage. This system has two HBAs. One HBA is a 3-channel SCSI RAID card, for OS and games. And the second is a single channel wide SCSI card, dedicated to removable storage (DVD and SD card).
The RAID storage subsystem was especially finicky. PCI is always a crap shoot for Socket3. And getting RAID to work, with a myriad of adapters and SSDs, was challenging. QEMM added another complication. It got down to needing specific firmware versions.
My goal is to get all 14 soundcards to cohabitate in a single system. I already have most of the resources allocated. Since there's not enough IRQs to have all of these run concurrently, I have a boot menu for initializing individual soundcards.
Enough talk... on to the pictures...
-Brian