So, this is fun! I connected a DOS PC to a Windows XP system using a null modem cable. I can browse the web and share files!
The first thing we had to do was install a custom "null modem". Here's the config file for it, and it is also available here: github.com/cml37/dos-util…
From there, we get to add a new modem. Go to "Control Panel", then "Phone and Modem Options." Then fill in the area code, etc. if you get asked to do such!
Next, go to the "Modems" tab. Click "Add". Select "Don't detect my modem...", then "Next", then "Have Disk..." Browse to the location of mdmnull.inf that you downloaded from the previous step.
Choose "Null Modem for epppd for DOS", then "Next", then select your COM port." Then "Next", and finish out the wizard.
Next go to "Network Connections" in Control Panel. Click "Create a new connection". Choose "Set up advanced connection", then "Next". Click "Accept Incoming Connections", then "Next".
Choose "Null Modem for epppd for DOS", then "Next". Then "Do not allow virtual private connections", then "Next." For "User Permissions", just click "Next".
Click "Properties" on "Internet Protocol (TCP/IP)". At this point, I suggest specifying a range of allowed TCP/IP addresses as you see here. From there, finish out the wizard!
Okay, now for the DOS side. First, download dosppp06 and extract epppd.exe and copy it to your DOS PC, you can grab it from here: ibiblio.org/pub/micro/pc-s…
Also go and download Arachne for DOS (I actually used an older version in my first screenshot, but I think this version will be better: glennmcc.org/arachne/)
Now, connect up your null modem cable from the Windows XP PC to the DOS PC!
Next up, on the DOS PC, we are going to load epppd.exe, the DOS packet driver. Here is how I did that
And now, go ahead and run the arachne installer and launch Arachne.
Once installed and launched, Arachne will prompt you for configuration. Choose the packet wizard. Then "Detect packet driver". Then "continue".
For best success, choose "Manual setup" for the next step. Then put in the IP address of the connection, and your gateway and netmask. For the nameserver, I just used Google's (8.8.8.8).
If you need to find your IP address, you can go and look at "properties" for the "unauthenticated user" on the WinXP side, look at the "Details" tab and the "Client IP address"
So, how about file sharing? I set up a NFS server using OpenMediaVault and used the XFS DOS client. I have a video for that! You'd just want to update xfs.bat to use the epppd packet driver, that's it!
And, by the way, I also tried the above procedure using Windows 2000 and it worked too!
Two corrections: for User Permissions, you will want to choose "Guest". Then, when done with the wizard, click on the new connection, go to the Users tab, and select "Always allow directly connected devices such as palmtop computers to connect without providing a password"
See last tweet in the thread! For user permissions, need to choose "Guest"
• • •
Missing some Tweet in this thread? You can try to
force a refresh
I got something fun in the mail today! That's right, I ordered a "new" motherboard to use with my Pentium III. Let's talk about in a 🧵 here!
So, this motherboard has allegedly been manufactured in modern times. But nominally, it is new old stock. It's a CYS Tech CYSMBD-694X, which is a clone of the Gigabyte GA-6VXC7-4X-P, with a few changes. I picked it up from Ali Express, it arrived in about two weeks. Pretty good!
This is the shipping box, and what I saw when I unwrapped the board. One 40-pin IDE cable included 😂. As well as an I/O shield with the game port punched out (bad!). And a driver CD w/ a Chinese label. And no manual, printed or electronic. Well, at least the board looks solid.
It's probably been ten years since I last used the QEMU emulator. I thought to myself, "How hard could it be to get QEMU running with Windows for Workgroups 3.11 with good sound, networking, and video in 2025"? Oh, man... okay, let's talk about it in a 🧵 here.
My first step: download the latest QEMU build for Windows. There is a gentleman who builds Windows binaries, which makes this "easy." Okay, great, I grabbed and installed the latest from this website: qemu.weilnetz.de/w64/2025/
I then proceeded to install Windows for Workgroups 3.11 and configure networking. And.. I ended up in a reboot loop. Ugh. Okay, doing some research online, I found this guidance. Great! We'll give this a shot, surely finding a version around this timeframe will work!
Recall that new Win3.1 video driver that we looked at recently? It just keeps getting better and better. I reported an issue with network sharing and "green lines" on startup a few weeks ago, and it is now fixed! I decided to build the driver from source, let's talk about it! 🧵
The process to build the driver is nicely documented! I downloaded the Win16 DDK and placed it at C:\DDK31 in a DOS6.22/Win3.1 VM. I also installed Microsoft Visual C++ 1.52c, and grabbed a copy of EXE2BIN from FreeDOS.
From there, in DOS, I edited the C:\MSVC\BIN\MSVCVARS.BAT file as directed and ran it. Okay, we are ready to build!
My IBM PS/2 Model 70 386 got a little upgrade today! But this upgrade didn't exactly improve its specs. So, what did I upgrade? Its appearance on the outside, and some of the case's hardware on the inside. Let's talk about it briefly in a 🧵 here!
So, yea, I fell victim to scrolling eBay on this one 😂. I was perusing the "Vintage Computer Hardware" section and saw this listed. I made an offer "lower" than what you see here, and it was accepted. That's my way of gauging if things are meant to be, and I guess this was 🤣
I've enjoyed owning this PS/2, and nearly none of our vintage machines are picture perfect. But I had been meaning to do something about the casing on this one, considering how gouged and scratched it was. And, well, buying this was definitely the "easy button" there.
A little while back, I purchased a 5 user license of LANtastic. So, I thought I'd put it to use today and build a network that is simply LANtastic. Let's talk about the fun I had doing that in a 🧵 here. Buckle up, it's going to be a long thread!
So, the first participant in the network is going to be this Compaq LTE 5400. I made a copy of my DOS partition to keep things clean, using, of course, BootIt Bare Metal.
I figured I would be best off to scan the media to make sure it is virus free. Yea, these disks weren't originally write protected. I fixed that right away! And the disks passed the test, we are good to proceed.
It's hard to believe I've been collecting old PCs since 2019. Before then, I would never have imagined getting into this hobby! However, it's probably been at least a decade that I've had a virtual machine running DOS 6.22 and Windows 3.1x around. Let's talk about it! 🧵time!
So, if you've seen the video of my 486DX4/100, you might have seen the timeline I put in there. My first retro PC became a reality in May 2019 for me. And here are some timestamps for my Win3.1x virtual machine. I guess I rebuilt the image in 2019 or so based on timestamps!
And, as we saw from the opening shot, I use Oracle VM VirtualBox. One feature I like about it is the concept of multi-attach, where you have a base image, and then changes are written to a "delta" image. When I want to go back to my stock image, I just "reattach" the base image!