Author Archives: Michal Necasek

PC-NFS 3.0 Anyone?

I’m looking for Sun’s PC-NFS 3.0 (circa 1989), or ideally even older PC-NFS version. The ultimate goal is to get the oldest surviving x86 NFS client going in a VM; it is almost certain that the first such product was … Continue reading

Posted in Networking, NFS, PC history | 5 Comments

PowerPC Archival

For the 0.7 persons out there who have a working IBM Power Series desktop but not OS/2, here’s the first and final release of OS/2 for the PowerPC, from December 1995, as well as a beta plus cross-development SDK from … Continue reading

Posted in Archiving, IBM, OS/2, PowerPC | 2 Comments

MacBook Memory Upgrade Hell

About a month ago I got an old 2007 white MacBook for free. It was in original condition (2.2 GHz Core 2 Duo CPU from the 65nm Merom generation, 120GB hard disk, 2GB RAM), fully functional except for a completely … Continue reading

Posted in Apple, Fakes, OS X | 3 Comments

Same Old Disk Bug

After I Kryofluxed my MS OS/2 SDK 1.01 disks, I once again tried installing the OS in a VM. While the system booted up fine, it stubbornly refused to get past FORMAT. At the end, after going through all the … Continue reading

Posted in Bugs, Microsoft, OS/2, Virtualization | 2 Comments

Microsoft OS/2 Programmer’s Guide

For once, the OS/2 Museum lives up to its name… After a long pause, a new document from the MS OS/2 SDK has been uploaded. It’s the pre-release Microsoft Operating System/2 Programmer’s Guide from April 1987. This document was part … Continue reading

Posted in Documentation, Microsoft, OS/2 | Leave a comment

1988 Networking: 386 XENIX

With the 3Com 3C501 EtherLink emulation in hand, I thought I’d see if it works with the SCO TCP/IP stack for SCO XENIX/UNIX. That particular stack, which actually consists of separate STREAMS and a TCP/IP packages, comes with whopping two … Continue reading

Posted in 3Com, Networking, PC hardware, SCO, TCP/IP, Virtualization | 11 Comments

Will This Last?

The OS/2 Museum site has now moved to a completely different hosting setup (a VPS). There could well be various quirks caused by the move, although for the most part moving the WordPress setup went surprisingly (for me at least) … Continue reading

Posted in Site Management | 12 Comments

Why Does Windows Really Use Backslash as Path Separator?

More or less anyone using modern PCs has to wonder: Why does Windows use backslash as a path separator when the rest of the world uses forward slash? The clear intermediate answer is “because DOS and OS/2 used backslash”. Both … Continue reading

Posted in DEC, DOS, IBM, Microsoft, PC history | 42 Comments

Developer Connection 9/11/12 Anyone?

Recently I finally managed to put something on archive.org, namely images and scans of IBM’s Developer Connection for OS/2 CDs (called just IBM Developer Connection since Volume 10). My problem is that I don’t have any physical media for volumes … Continue reading

Posted in Uncategorized | 10 Comments

Pointedly Confusing

While working on an unrelated problem, I stumbled across very surprising (to me) behavior of a C compiler. My code was the equivalent of the following: #include <stdio.h>int arr[42];int main( void ) { printf( “%u\n”, sizeof( &arr ) ); return( … Continue reading

Posted in C, Microsoft | 9 Comments