Another successful operating system install on the IBM PS/2 Model 70 386 (with 486 upgrade and 16MB RAM). This time, it's Slackware 4.0. It's installed, networked, and we even have the graphical X server running! Let's talk about what it took in a 🧵 here.
So, basically what I decided to do is to use ZipSlack, which is a version of Slackware that you can just unzip to a system with a FAT16 or FAT32 partition! It's available as a folder on the Slackware 4.0 ISO, available here: slackware.cs.utah.edu/pub/slackware/…
Now, as people may recall, this PS/2 is a microchannel system. Fortunately, there is a microchannel kernel called ibmmca.s. I dragged the bzImage file over top of the vmlinuz file in the zipslack\linux folder to get this going! No, it didn't work 100%, more on that in a minute!
I then modified linux.bat to boot up our hard drive, which is located at /dev/hdd1. On boot, we basically will change into the C:\linux directory and run linux.bat to launch Slackware!
At this point, I got a little lazy 😂. I didn't want to do all of the install and configuration directly on the PS/2, so I fired up a VM and copied the linux directory into it. It sure boots up nice and fast!
The ZipSlack install doesn't include Samba or an X server, and I wanted both. So I copied files from the Slackware ISO to the directory as well. The README told me just what I needed to do for the X server setup!
So, next up, I actually created another VM and did a full Slackware install. Why? Well, I wanted to build drivers for my IBM LAN Adapter/A and also needed to build a new kernel. The Ardent Tool page had a link to some source that I was able to easily adopt to the 2.2.6 kernel
Before building the kernel, I ran "make menuconfig" and disabled SCSI support. I learned that booting up the stock MCA kernel on the PS/2 would result in a lockup, and since I am using IDE, I just decided to remove it altogether (lockup shown on the right)
I copied the ibmlana.c and ibmlana.h files to /usr/src/linux/drivers/net, applied the patch file and kicked a build. I had to purge some old .depend files, I'll show the syntax I used below!
cd /usr/src/linux
find . -type f -name .depend | xargs rm
make bzImage modules
Some of the modules didn't build, but we got enough of what we needed! I copied ibmlana.o to the /lib/modules directory. At this point, it was time to copy everything to a CF card and prepare to boot the machine!
And here we are, all booted up! We can see in the output that an MCA kernel was detected (I copied the bzImage file we built above over top of the existing vmlinuz file), and we are ready to login!
One of the first things I wanted to do is configure the network. The ZipSlack README.1st gives some good details on what to do.
However, before we run it, I did want to get that IBM LAN Adapter/A driver in place. To do that, I modified /etc/rc.d/rc.modules and added a modprobe line. From there I just ran "modprobe ibmlana" manually, but I could have rebooted to have it load on system boot too!
From there, I ran through the netconfig wizard. Here are some screenshots from it, well, part of it! I think it presented like 7 or 8 screens, but you get the idea.
The config utility got MOST things right. I had to go back and manually add a gateway and fix the network address in /etc/rc.d/rc.inet1, but before long, we were all set up and could ping the outside world!
Next up, I configured a connection to my Raspberry Pi file share using Samba. This worked great! I actually had installed Slackware 7.1 previously and was getting failures with Samba, prompting me to try Slackware 4.0. But, yes, we can mount a share using smbmount!
Next up, I configured the X server. As we saw earlier in the readme, this means running "xf86config". Setting up old X servers is always a pain, but once I mucked around with HorizSync, VertRefresh, and configured my Screen for the 16 color VGA server, I was set!
You're still here??? Good! Sorry this is so long. Anyway, I decided to play around a bit with some other things, including running "top" and inspecting the MCA configurations. Great fun! My machine only has 4 slots (one is the ESDI drive), so the rest are all "ff's"
So, yeah, another operating system installed! As noted, I did try Slackware 7.1. I also tried other newer versions, but 4.0 seems to suit this machine well. Thanks for following along, and let me know if any questions!!
@threadreaderapp unroll
• • •
Missing some Tweet in this thread? You can try to
force a refresh
Happy #MARCHintosh! My virtual Quadra 800 and Compaq LTE 5100 (via PC MacLAN for Windows) are once again participating. You can even print to my Panasonic KX-P2123 printer that is "pretending" to be an Apple LaserWriter 😂. All via GlobalTalk!
If you want to join in on the fun virtually:
* Details for joining GlobalTalk here:
* Once you get access to the spreadsheet, see the Instructions/Links tab. See Line 36 for my setup guide for Windows 11, I used that together with the Debian guide!marchintosh.com/globaltalk.html
There is also a way to get a configuration file of all of the participants via AIRConfig, which is also discussed in the guide! Need to get AIRConfig to your virtual Macintosh? Use a FTP server!
Oookay, the Compaq Presario 5528 is back on the desk! I wanted to spend some more time looking at the MPEG-1 decoder card under Windows 95 OSR 2.5. And I have good news! Time for a quick 🧵
As some may recall, here was the next thing I was going to try: copying over the Windows 95A Media Player to Windows 95 OSR2.5. But as it ends up, that wasn't necessary!! I'll explain.
I noticed something on my Win95 OSR 2.5 install. It looks like the Internet Explorer desktop update installed ActiveMovie Control. And it looks like it is using a default Microsoft software decoder. HOWEVER, notice that standard Windows Media Player is also installed!
Well, looks like we have some modems to test. We better get going 😂. I'm not going to do a full "dial" test, but we will see if we can at least configure them! Time for a 🧵
First things first, just like they taught in science class, always start with a baseline! So, I am going to make a copy of my Windows 98 installation so that we don't foul up the main install, and we'll check out device manager. Looking good! Let's roll.
First modem out the gate is this Creative Modem Blaster V.90 PCI DI5655. We are going to use the Pacman PC to do the testing since it has a very convenient shared ISA/PC slot. In it goes!
My new old stock Tandy 1000 SX is now all configured! As mentioned earlier, I'm going to made a video about it at SOME point. But let's talk about the fun I had today with getting it set up. Was setup 100% trouble free? No. But was it the Tandy's fault? Also, no. Time for a 🧵
The first thing I did was to populate this gorgeous motherboard with a full 640K RAM, and also popped in a NEC V20 processor for the 8088. Flawless! No issues whatsoever with this!
Next up, I jammed in some cards. Network. XTIDE. Multi I/O. Real Time Clock. On boot, we see the XTIDE option ROM screen, so we are now cooking!
Well, after spending way too much time this weekend trying to get my MPEG-1 decoder working on the Presario 5528 from a fresh Windows 95 install, I finally was successful. Let's talk briefly about it in a 🧵 here!
So, first some background: what's the story with MPEG-1 decoders? Well, back when PCs weren't quite powerful enough to play full-motion video, hardware options like this were popular. This machine has a S3 Scenic/MX2 (86C443) chip to do just that.
For this particular system, this chip pairs with an S3 Trio64V+ (8C765) via the S3 Scenic Highway bus. That said, it's fair to say that MOST S3 Trio64V+ cards did NOT pair with a Scenic/MX2, as this MPEG-1 option chip seemed to be FAIRLY short lived.