Archives
- October 2025
- September 2025
- August 2025
- July 2025
- June 2025
- May 2025
- April 2025
- March 2025
- February 2025
- January 2025
- December 2024
- November 2024
- October 2024
- September 2024
- August 2024
- July 2024
- June 2024
- May 2024
- April 2024
- March 2024
- February 2024
- January 2024
- October 2023
- September 2023
- August 2023
- July 2023
- June 2023
- May 2023
- April 2023
- March 2023
- January 2023
- December 2022
- November 2022
- October 2022
- September 2022
- July 2022
- June 2022
- May 2022
- April 2022
- March 2022
- February 2022
- January 2022
- December 2021
- November 2021
- October 2021
- September 2021
- August 2021
- July 2021
- June 2021
- May 2021
- April 2021
- March 2021
- February 2021
- January 2021
- December 2020
- November 2020
- October 2020
- September 2020
- August 2020
- July 2020
- June 2020
- May 2020
- April 2020
- March 2020
- February 2020
- January 2020
- December 2019
- November 2019
- October 2019
- September 2019
- August 2019
- July 2019
- June 2019
- May 2019
- April 2019
- March 2019
- February 2019
- January 2019
- December 2018
- November 2018
- October 2018
- August 2018
- July 2018
- June 2018
- May 2018
- April 2018
- March 2018
- February 2018
- January 2018
- December 2017
- November 2017
- October 2017
- August 2017
- July 2017
- June 2017
- May 2017
- April 2017
- March 2017
- February 2017
- January 2017
- December 2016
- November 2016
- October 2016
- September 2016
- August 2016
- July 2016
- June 2016
- May 2016
- April 2016
- March 2016
- February 2016
- January 2016
- December 2015
- November 2015
- October 2015
- September 2015
- August 2015
- July 2015
- June 2015
- May 2015
- April 2015
- March 2015
- February 2015
- January 2015
- December 2014
- November 2014
- October 2014
- September 2014
- August 2014
- July 2014
- June 2014
- May 2014
- April 2014
- March 2014
- February 2014
- January 2014
- December 2013
- November 2013
- October 2013
- September 2013
- August 2013
- July 2013
- June 2013
- May 2013
- April 2013
- March 2013
- February 2013
- January 2013
- December 2012
- November 2012
- October 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- January 2011
- November 2010
- October 2010
- August 2010
- July 2010
Yep, Norton Did It
Some time ago, the question of the oldest executable compression tool came up. EXEPACK was identified as a widespread and unexpectedly troublemaking specimen, but Realia SpaceMaker was reportedly older.
Only initially no one could come up with surviving executables compressed with SpaceMaker that were demonstrably older than EXEPACK (leave alone find old versions of SpaceMaker itself), although there were several unconfirmed hints that early versions of Norton Utilities used SpaceMaker.
Eventually an old executable compressed with SpaceMaker turned up: DVED.COM from September 1983, pre-dating the 1984 EXEPACK. But did Norton Utilities really use SpaceMaker?
Jeff Parsons of pcjs.org has now unearthed excellent circumstantial evidence: On floppies distributed with the Summer 1983 copies of the PC Disk Magazine, there were utilities authored by Peter Norton (though not specifically anything from the Norton Utilities). And those executables by Peter Norton were compressed with SpaceMaker.
In the meantime, the OS/2 Museum came into the possession of an image of an actual Norton Utilities 2.01 floppy. The files on the floppy are dated July 4, 1983, and yes, most of them are compressed with SpaceMaker. They contain the ‘MEMORY$’ signature near the beginning, and a decompression stub at the end. The rumors about Norton Utilities and SpaceMaker were true.
At this point, it is then known that yes, Peter Norton really used SpaceMaker for early Norton Utilities, and yes, SpaceMaker is really quite a bit older than EXEPACK; SpaceMaker may be considered the oldest known executable compression utility.
10 Responses to Yep, Norton Did It
Glad to see you tracked it down.
This is a very nice tidbit, and satisfies some curiosities of my own! Thank you for this!
I’ve got one of the first (if not the first) versions of Spacemaker from 1983. It must have been sold pretty cheap as I didn’t have a lot of money in those days. I had a trial copy of MultiMate that was quite large. I used Spacemaker on it and it became quite a bit smaller. I sent it back to the company and they were quite impressed and wanted to know more on how I accomplished such a feat. I discovered that Lattice C (A very common compiler at that time.) would generate an executable with 4K of zeros in it if there was an array 4k long with zeros. They didn’t have “initialization records” that got run before the program handed control over to main that would initialize all the necessary variable/arrays. Jay
In August 1983, Spacemaker was advertised at 75γγ«. Is the ancient executable available somewhere? For all I know you might have the only surviving copy.
C compilers don’t actually have initialization records, they have BSS segments. Uninitialized or zero-initialized data is placed into the BSS segment, and the C run-time makes sure it’s zeroed at start-up if the OS does not already provide zeroed memory (like DOS). It’s one of those things that seem like they have always been there but they haven’t.
I got myself a copy of NU2.0 not that long ago and there is no MEMORY$ signature or decompression code in the files. So, unless I got a fake, NU2.01 is a first version that was compressed by SpaceMaker.
The files in my archive are dated Jun 1, 1983.
There are so few surviving versions that it’s impossible to draw any solid conclusions. It is known that some companies (like WordPerfect Corp) updated their software multiple times without changing the version number. But based on we know, it is indeed likely that Peter Norton started using SpaceMaker sometime in Summer 1983.
That may have been the main reason for the versioning jump π
Do we know how big the 2.0 binaries are in comparison to 2.01?
The NU2.01 was the bugfix release. About all executables but timemark got bigger in v 2.01, and all but a few small utilities written in assembler had MEMORY$ signature.
Bigger??
Oh. That sounds like he used it, but didn’t even compare? Or there were other tools used for the older version, or an even older Spacemaker…
Strange.
So, spurred by your comment, I’ve traced binary from NU 2.0, and yes, it’s actually packed. Not by spacemaker 1.03+ though, but by some earlier version.
This site uses Akismet to reduce spam. Learn how your comment data is processed.