From mboxrd@z Thu Jan 1 00:00:00 1970 From: david@kdbarto.org (David) Date: Sun, 17 Sep 2017 10:27:00 -0700 Subject: [TUHS] Weird nix? Regulus In-Reply-To: References: Message-ID: <601911ED-162B-47E6-ADB5-4BB31EE6D733@kdbarto.org> What a pain, almost like Unix, and not quite. l It was a clone of Unix for the 68k. The APIs were ever so slightly different because the authors were concerned about copyright infringement. libc calls had different argument orders or types and in general it was just off enough that you wanted to claw at the screen every time something went wrong. To top it off, the system we were hosting it on was so slow that a full rebuild of our meager (10k lines) software took overnight. I eventually ported all the software to a SparcStation-2 cross compiling to the 68k target we were embedded on. > To kick a more relevant thread off, what was the "weirdest" Unix system you used & why? Could be an emulation like Eunice, could be the hardware e.g NULL was not zero, NUXI byte ordering etc. > > Cheers, Warren