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
I decided to do "retro computing from the recliner" tonight, and set up Windows 3.11 For Workgroups on my "Super Armada 7770DMT". Let's talk about it briefly in a 🧵 here!
So, this particular computer doesn't have a traditional floppy drive since it originally had the dreaded Citizen W1D drive. No problem! We'll use OpenFlops and disk images where we need them!
I also decided that I would use my Parallel Port to SD (SDPPD) device to transfer files to the laptop. So after creating a DOS partition, I created a disk image with the driver for the SDPPD with the right changes to config. sys to load it!
Let's explore my second $3.33 Packard Bell that I bought at the System Source Warehouse Sale on Saturday. This one is a Packard Bell Legend 2440 Pentium 75MHz system, and, well.. it had quite the transformation 😂 Let's talk about it in a 🧵
So... first.. this computer was EXTREMELY DIRTY. It had spent most of its life secondhand smoking, I think. That poor power supply and floppy drive 🤮🤮
I took a vacuum cleaner to it, and LOTS of cleaning supplies. In the end, it turned out pretty good! Let's get it upstairs to explore some more.
I've really been meaning to dive into these two $3.33 Packard Bells since getting them on Saturday! Let's have a look at the one on the top, a Legend 11CD 486DX2/50 system. After some restoration, I'm in love with it 😂. Time for a quick 🧵
So, first, you can see from the into pic that this thing REALLY cleaned up nicely. It was kind of a mangled mess. My first attempt to fix the mangled metal was not the best way, but here it is. The case at least closed when I was done, but there is more work to do.
When I popped open the other Packard Bell, I realized how wrongly I had tried to fix the top bar. The problem is that it wasn't seating right, so I left the bend in. Well, I think it had just not snapped into place. Here's the end result after some better metal bending!
I recently bought this lot of drives from eBay for $15, namely because I thought the Zip drive was cool 😂. Let's test time out, and talk about one serious testing blunder I made, in a 🧵 here!
The first drive: NEC CD-3200A, a 52X drive, but without the typical goofy branding on the front. This drive was not closing right, so I opened it up and cleaned it out, and then tested it. Well, I should have put it back in its casing before testing. 12V to ground killed it.
Next, we have this Samsung CDRW SW-252. It's also a 52X drive. It checks out! And after it did, I gave it a proper cleaning!
I picked up a bunch of ESDI hard drives at the System Source Swap Meet. These were on the free pile! I figured at least one of them should work in my IBM PS/2 Model 70 386... well, perhaps. Let's find out! 🧵 time!
First, we have to start with the base case. Will the system start up with my 60MB ESDI drive in it? Yes. Good! Carry on!!
First drive in, but system is detecting a configuration change. That can't be good. Have a listen to the drive. Yeah, I think this one is a goner. I ran system configuration, and yea, not even detected. Oh well!
I spent some time swapping around components and upgrading one of my new LTE Elite 4/50CX systems! Let's talk about it! Time for a quick 🧵
So, first of all, this system has a 486DX2/50 processor. But some of you might recall that I bought a parts system at the System Source Warehouse sale. It's in terrible shape. But.. it has a 486DX4/75 processor! I swapped it in, and now we're cooking with gas!
The next thing I tried was swapping the screen from the doner parts machine to my other LTE 4/50CX since it has a line across the top of the screen . Unfortunately, the backlight is dead. Oh well, we tried!