RetroTech Chris Profile picture
Jun 4, 2024 19 tweets 11 min read Read on X
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.
Image
Image
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/…

Image
Image
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! Image
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! Image
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!
Image
Image
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!

Image
Image
Image
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
Image
Image
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)
Image
Image
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

Image
Image
Image
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!
Image
Image
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!
Image
Image
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. Image
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! Image
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.


Image
Image
Image
Image
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!

Image
Image
Image
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!
Image
Image
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!
Image
Image
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"
Image
Image
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
Image
Image

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with RetroTech Chris

RetroTech Chris Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @RetroTechChris

Jun 22
Since people have been asking forever, I finally decided to give ReactOS a try! Let's...see...how...it...went. Buckle up, things are about to get a little chaotic. Time for a looong 🧵 Image
So, first of all, I decided to go with the nightly debug version, so take that for what it is worth! Second, I promise I am not being critical, what has been done here represents a lot of great work, and the software is still considered to be alpha. Image
Okay! So, step 1, after downloading the debug ISO, I burned a CD. As we can see, this is version 0.4.17-dev. Image
Image
Read 24 tweets
Jun 21
Over the years, I've been a huge fan of XTIDE and the capabilities it has brought to retro PCs. Let's have a look at some of the XTIDE related hardware I have in my collection, and what I have done with the XTIDE Universal BIOS as well. Time for a 🧵 Image
Image
Image
Image
First, I imagine that many retro enthusiasts are familiar with it, but the XTIDE Universal BIOS is actively developed and offered at no cost to the retro community. If you haven't seen it before, you can read more about it here: xtideuniversalbios.orgImage
Image
Okay, time to explore. First, I am going to start with my Tandy 1000 HX. This system benefits from the development of a 3-in-1 and 4-in-1 card that have XTIDE, as well as other capabilities. These card brought storage, serial, parallel, and extra memory to the 1000 HX/EX. Image
Image
Image
Read 14 tweets
Jun 20
I've been playing around with my SCSI emulators, in particular, the wireless networking on them a bit. I think we have done this before, but it's been a hot minute, so let's talk about it anyway 😂. Time for a 🧵 Image
Image
So, first of all, these SCSI emulators (BlueSCSI V2 and ZuluSCSI Blaster) were predominantly designed for Macintosh systems, which also tended to use DayaPort SCSI network cards like this one here. Image
As such, when I first got my BlueSCSI V2, there wasn't any DOS support for its DaynaPort emulation. I wrote a very basic and crude DOS Packet driver, and Mike Brutman greatly improved it! If you ever need it, you can find it here: github.com/mbbrutman/dayn…
Read 12 tweets
Jun 18
No need to adjust your television set, I promise you are not seeing double! But the error message on the screen is a "clue" as to why I now have two IBM PS/2 Model 30 286 systems. Let's talk about what I did this time... I guess we need to do a 🧵 Image
Well, first, let's clean up the new one. Oh boy, it is ever dirty!! Here's a before an after... I failed at getting a clear after picture. Sorry, no refunds 🤣 Image
Image
Let's test out the HDD. Woah!! It WORKS!! It does have a bad sector or two, but that's pretty incredible. Image
Image
Image
Read 13 tweets
Jun 14
Let's do a factory restore on this Packard Bell Multimedia 601. It's a Pentium 233MMX system. I've got some things on the table to help us out with the process. Let's explore a bit. Time for a 🧵 Image
Image
Image
First and foremost, we're going to need a Master CD. Which one? Well, recently I found an eBay listing with some "System Credentials" that match my PC. And I saved them off for this very reason! We can grab 175710-05 from the Internet Archive and get this going! Image
Image
Image
We're also going to need to make a floppy disk. Fortunately, the contents of it are also on the CD. Great! I wrote that out to a disk image, and also burned a CD for our usage. Image
Image
Read 14 tweets
Jun 11
I've got one of my Tandy 1000 SX systems on the desk, let's check out some of the PicoMEM 2 capabilities on it! Time to get it installed. Let's explore together in a 🧵 here! Image
Image
First, we'll see that we're doing a good job of using up the expansion slots in this beast 😂. Oh, and before I forget, when installing any PicoMEM in a Tandy 1000, you do have to update the configuration and add Tandy to it! Image
Image
Alight, first stop is going to be checking out that NE2000 compatible wireless networking. And I am happy to report that it works just fine, I'm using MS LAN Manager here! Image
Read 7 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Don't want to be a Premium member but still want to support us?

Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us!

:(