Unfortunately, I have not been able to successfully boot this up all the way on this machine – it hangs on this screen.
Edit: Thanks for the great comments. It is indeed Copland. See my followup post for details.
Unfortunately, I have not been able to successfully boot this up all the way on this machine – it hangs on this screen.
Edit: Thanks for the great comments. It is indeed Copland. See my followup post for details.
Here are all three volumes of the original 1985 edition of Inside Macintosh as a searchable PDF:

Inside Macintosh Volumes I, II, III
(1284 pages, 18 MB)
|
Inside Macintosh consists of three volumes. Volume I begins with the following information of general interest:
It then describes the various parts of the User Interface Toolbox, the software in ROM that helps you implement the standard Macintosh user interface in your application. This is followed by descriptions of other, RAM-based software that’s similar in function to the User Interface Toolbox. (The software overview in the Road Map chapter gives further details.) Volume II describes the Operating System, the software in ROM that does basic tasks such as input and output, memory management, and interrupt handling. As in Volume I, some functionally similar RAM-based software is then described. Volume III discusses your program’s interface with the Finder and then describes the Macintosh 128K and 512K hardware. A comprehensive summary of all the software is provided, followed by some useful appendices and a glossary of all terms defined in Inside Macintosh. |
I have been told that there are several people in Apple’s operating system kernel team today that are younger than the original Macintosh, therefore I see this as act of preserving retrocomputing documents; the times when someone cared about the copyright of this must have long been gone.
It is well-known that the “Kickstart” disk that came with the original Amiga 1000 in 1985 contained some fragments of source code: The floppy disk that was used as a master for duplication had been used by the developers before, and had not been erased completely.
Nobody seemed to have looked too closely at what is on this disk – so I did, for this episode of Computer Archeology. The revealed data tells us about how the Amiga operating system was brought up, how it related to Tripos, and where it was developed.
When the Amiga 1000 was released, the 1.0 ROM image was not finalized, so the machine shipped with a âKickstartâ floppy disk that was loaded into an extra 256 KB RAM bank which was then write-protected.
A double-density Amiga disk is exactly 880 KB, i.e. it consists of 1760 sectors, each 512 bytes in size. The Kickstart disk has a header on sector 0 (saying “KICK” followed by all zero bytes), and the raw ROM image is stored on the following sectors. The ROM is 256 KB in size, so this means that all sectors from 513 on are unused, and, in the case of the Kickstart 1.0 disk, preserved.
The following analysis has been done on the Kickstart 1.0 ADF disk image with an MD5 of 2fb28e7bbab0d2eef00e742c7259a674.
Before version 1.3 of the operating system, disks were formatted with the “Amiga Old Filesystem“, which was quite inefficient, as it stored metadata pretty redundantly. Every single sector, even sectors containing file data, start with a 24 byte header, which contains
Every directory entry occupies a complete sector, and deleting a file means just removing the links to the directory entry sector, without touching the data sectors or the directory entry sector at all. And what’s best: For performance reasons, directory entries are clustered around the center of the disk, i.e. sector 880, which, in our case, has not been overwritten by the ROM image, so it should be easy to get some data out of this disk.
The program to extract the data from the disk uses the following algorithm: It iterates over all sectors from the end of the ROM image to the end of the disk image and looks at the sector type. If it is a data block, it looks at the parent, in the hope that it is an intact directory entry. If this is the case, it walks back the list from parent to parent to get the full path and filename of the file. If the directory entry has not survived, the file will get the index of the directory entry as a name. As we now know the filename of the file the sector belongs to and we can read the sequence number from the sector header, it is possible to write 488 bytes worth of data into the output file.
Here is the source code of the program to extract the files: extract-adf.c
The disk seemed to have contained C header files and assembly includes earlier, and has then been overwritten with the current set of command line tools of AmigaOS (the name of the disk “cli26.1″ reflects this), extended with some custom development tools used by Commodore-Amiga.
Since the DOS part of the Amiga operating system is actually based on the only very slightly modified Metacomco Tripos operating system, the command line tools as well as the development tools mentioned in the following sections are mostly the same as those found in Tripos; therefore the terms Tripos and AmigaDOS may be used interchangeably.
The “c” subdirectory contains the following command line tools that can also be found on the Workbench 1.0 disk:
Assign Break CD Copy Date Delete Dir DiskCopy |
Echo Ed Edit EndCLI Execute FailAt Fault Format |
If Info Install Join Lab List MakeDir NewCLI |
Prompt Protect Quit Rename Run Search Skip Sort |
Stack Status Type Wait Why |
The following executables can be found in the "l" directory:
Disk-Validator
Port-Handler
Ram-Handler
But these may very well be earlier versions. "DiskCopy" for example is significantly smaller than the "Diskcopy" that shipped with Workbench 1.0.
The following command line utilities can also be found in "c". They do not ship with WorkBench, but are part of a separtare tools disk for developers, as described in the AmigaDOS Manual. Some also exist on pre-1.0 beta versions of Workbench, although possibly in different versions.
| Alink | Amiga Linker Version 2.17, Copyright (C) 1985 by Tenchstar Ltd., T/A Metacomco. |
| DiskEd | AmigaDOS Disc Editor |
| DownLoad | DownLoad version 2.0, Sun->Amiga transfer utility |
| DumpObj | Displays executable hunks in hex |
Alink is the Amiga-native version of the TRIPOS/Metacomco linker
According to the AmigaDOS Manual (or Tripos Technial Reference Manual), "to inspect or patch disk blocks, you may use the AmigaDOS [Tripos] disk editor, DISKED." The version on this disk is 3.2; the 2.0+ NDKs shipped with 3.4, and cintpos, the open source release of Tripos, includes the source for 3.0.
Download is quite interesting, not only because the binary and its documentation are very hard to find, but also because they tell a lot about the history of the Amiga operating system. According to the AmigaDOS manual, it is used to download "programs written on another computer (for example, a Sun) to the Amiga." - the counterpart on the Sun workstation would be "binload".
An interesting side note on this version of "Download" is that it still contains all linker symbols, and has a debugging mode ("-d") that prints out every step that it is doing, so it is pretty easy to reverse-engineer.
There is strong evidence that the Amiga operating system has been cross developed on Sun machines. After all, the official Amiga SDK is called "NDK", "Native Development Kit", implying that the original bringup SDK was not native.
At that time (1985), Sun Workstations were 68000- or 68010-based computers running SunOS 1.x, which was based on 4.1BSD. The C compiler that came with BSD at that time was the Bell Labs "Portable C Compiler" (PCC), which could naturally output 68000 code. The "Bell Labs C compiler" (i.e. PCC) is mentioned in a header file in the "Native Development Kit" for AmigaOS as printed in "AMIGA ROM Kernel Reference Manual: Libraries and Devices", next to the suggested native compiler "Lattice C" and two other compilers, implying that PCC could be used for Amiga development.
The AmigaDOS manual says that "the tools available on the Sun Microsystem for cross development include the assembler, linker, and two C compilers." One compiler is explicitly mentioned: It is the "Greenhills C compiler" (metacc; the name suggests it was Metacomco's shipping C compiler for Tripos); the other one is presumably PCC. According to this resume, the first versions of the ROM were compiled using the Greenhills C compiler.
So Commodore-Amiga must have cross-developed AmigaOS on BSD with the Greenhills C compiler.
| c/d | |
| c/Read | serial/parallel port receiving utility |
| c/ReadPref | accesses config/preferences |
| demos/ImageEdit |
"d" seems to be used to delete files, "Read" contains strings about reading from serial and parallel ports, "ReadPrefs" accesses the file "config/preferences", which is also included on this disk. It is unknown what ImageEdit is for - it does not contain any strings, but included linker symbols imply that it deals with timers.
The disk also comes with the Narrator device and the Translator library, which are required for speech synthesis. These two files have been overwritten once, so there are now two different copies on the disk:
| devs/narrator.device | narrator Version 25 (rev 3) (Thu Jun 20 18:47:53 PDT 1985) |
| devs/narrator.device | narrator Version 26 (rev 1) (Wed Jun 19 14:22:29 PDT 1985) |
| libs/translator.library | translator Version 26 (rev 1) (Wed Jun 19 14:49:56 PDT 1985) |
| libs/translator.library | translator Version 26 (rev 5) (Thu Jun 20 17:25:49 PDT 1985) |
The header of the libraries contain the respective versions. Note that the newer version of narrator.device has the older timestamp. "PDT" implies that AmigaOS has been written on the US West Coast - in the California office of Commodore. For comparison, Workbench 1.0 shipped with
narrator 1.6 (10 Sep 1985) translator 1.3 (4 Sep 1985)
| config/preferences | 240 bytes, mostly 0s, no strings, read by c/ReadPrefs |
| s/startup-sequence | ReadPref echo "Use the DATE command to set date and time" wait 1 sec date |
| t/ed-backupequence | echo "Use the DATE command to set date and time" wait 1 sec date This is an "ED" backup of startup-sequence |
| demos/src/wtest.asm | Assembly source in Metacomco format ("MOVE.L"; for "assem") that prints "Hello World" to the console and opens a window. The source has been generated with "metacc -S". |
For many of the files on the disk, the original directory entry has been lost, but it was possible to reconstruct the filename using the printed headers in "AMIGA ROM Kernel Reference Manual: Libraries and Devices", digital versions of older and newer versions of the headers, and the AROS versions of the headers.
| Sector | Filename | Comment |
| 0935 | amiga.lib | C wrapper code around the Amiga APIs (first few sectors missing) |
| 1077 | crt0.obj | Linker object that contains the code that gets executed before "main()". It opens dos.library, caches stdin and stdout, and provides an exit() function. |
| 1074 | clib/macros.h | |
| 1025 | exec/alerts.h | (first few sectors missing) |
| 1026 | exec/execname.h | |
| 1045 | graphics/clip.h | 02-04-85 Dale created file from graph.h |
| 1050 | graphics/clip.i | |
| 1051 | graphics/collide.h | 8-24-84 Dale added this header file |
| 1052 | graphics/copper.h | 2-09-85 Dale made #defines for union ignorance |
| 1053 | graphics/display.h | 8-24-84 Dale added this header file |
| 1054 | graphics/gels.h | 9-28-84 -=RJ=- for GELS16 added Bob.h to this file |
| 1055 | graphics/gels.i | |
| 1056 | graphics/gfx.h | Feb 85 Dale added Rectangle,BitMap structures |
| 1057 | graphics/gfx.i | |
| 1048 | graphics/gfxbase.h | 10-20-84 Kodiak added this header file & TextFonts |
| 1059 | graphics/gfxbase.i | |
| 1060 | graphics/gfxmacros.h | 9-07-84 Dale fixed macros to use new RastPort |
| 1061 | graphics/graphint.h | |
| 1062 | graphics/layers.h | |
| 1063 | graphics/layers.i | |
| 1064 | graphics/rastport.h | 02-04-85 Dale created from graph.h |
| 1065 | graphics/rastport.i | |
| 1058 | graphics/regions.h | |
| 1066 | graphics/regions.i | |
| 1067 | graphics/sprite.h | |
| 1068 | graphics/sprite.i | |
| 1027 1071 | graphics/text.i | $Header: text.i,v 25.1 85/05/06 10:54:07 kodiak Exp $ (version at 1027: first few sectors missing) |
| 1028 1069 | graphics/text.h | $Header: text.h,v 25.1 85/05/06 10:53:57 kodiak Exp $ (two identical copies) |
| 1072 | graphics/view.h | 2-8-85 Dale conversion to 24 View->ViewPort |
| 1073 | graphics/view.i | |
| 1044 | intuition/intuition.h | 1-30-85 -=RJ=- created this file! |
| 1047 | intuition/intuition.i | 6-13-85 =VoodooDrRj= added back the comments |
| 1046 | intuition/intuitionbase.h | 3-1-85 -=RJ=- created this file! |
| 1009 | libraries/translator.h | |
| 1029 | libraries/translator.i | |
| 1030 | libraries/dos.h | |
| 1032 | libraries/dos.i | |
| 1033 | libraries/dosextens.h | |
| 1034 | libraries/dosextens.i | |
| 1035 | libraries/mathffp.h | |
| 1036 | resources/cia.i | |
| 1043 | resources/ciabase.i | |
| 1041 | resources/disk.i | $Header: disk.i,v 26.1 85/06/17 12:19:27 neil Exp $ |
| 1042 | resources/disk.h | $Header: disk.h,v 26.2 85/06/17 13:01:21 neil Exp $ |
| 1038 | resources/potgo.h | |
| 1031 | resources/potgo.i | |
| 1039 | resources/misc.i | $Header: misc.i,v 26.1 85/06/17 12:08:29 neil Exp $ |
| 1040 | resources/misc.h | $Header: misc.h,v 26.1 85/06/17 12:08:26 neil Exp $ |
| 1070 | diag/romdiag.i | only came with 1.0 of the includes |
Unlike the published NDK headers, these still contain the revision control and author information. All files use UNIX line breaks (LF).
Some files contain the address of Commodore-Amiga, which was:
Commodore-Amiga Incorporated
983 University Ave. Building #D
Los Gatos, California, 95030
There are directory entries for the following header files and includes on the disk, but the data is missing
devices/audio.h devices/audio.i devices/bootblock.h devices/bootblock.i devices/console.h devices/console.i devices/gameport.h devices/gameport.i devices/inputevent.h devices/inputevent.i devices/keyboard.h devices/keyboard.i devices/keymap.h devices/keymap.i devices/narrator.h devices/narrator.i devices/parallel.h devices/parallel.i devices/serial.h devices/serial.i devices/timer.h devices/timer.i devices/trackdisk.h devices/trackdisk.i hardware/blit.i hardware/intbits.h
There are four more directory entries for executable files:
| Assem | AmigaDOS/Tripos macro assembler by Metacomco. |
| Avail | shipped with developer tools, and OS >= 1.3 |
| ObjDump | probably same as "DumpObj" |
| SetPref | probably the counterpart to "ReadPref" |
The following conclusions can be drawn from this exercise:
I converted the first issue of the German Commodore 64 magazine 64′er into a searchable PDF:

64′er 04/1984
(44MB)
Here is a screenshot of the PDF in Mac OS X Preview:

Here are two sample pages, and details in the original size:




Yes, there is another project to digitize them, but it has very different goals. I was told that the publisher doesn’t have the paper archive any more. I do.
The pages have been reconstructed from 600 dpi scans by adjusting the curves of each of the four channels in the CMYK color space, OCRed using ABBYY FineReader, then the resulting PDF has been descreened in Adobe Acrobat by scaling it down to 150 dpi and compressed by converting the PDF images into JPEG.