What operating system was installed on the original Apple 1

hardwarehistory

I am trying to research how software enabled users to interact with the hardware on the original Apple.

What operating system was installed on the original Apple 1?

Best Answer

I used to own an Apple ][. It had floating-point BASIC installed in the upper 16kb of memory. "Booting" took maybe 1 second - flip the switch -> Beep -> it's ready.

If you bought a disk drive, the boot loader was in a 256 byte (bytes, singles, no M or k) ROM on the interface card. Apple DOS was written onto every floppy disk and took up about 10kb of RAM.

Some trivia for your project:

  • The Apple ]['s documentation included a fold-out circuit diagram of the computer's electronics. Just in case you needed to repair it.

  • The documentation also included the complete source code (6502 Assembler) of the operating system. Maybe 30 pages. Assembler at the time was a 1:1 representation of the machine code.

  • I wrote Apple (on paper - no internet back then) asking for the Integer BASIC source code for comparison. They wrote back and said they would be happy to send it, but they don't have a copy. Wozniak apparently wrote Integer BASIC himself, compiled it with a pencil and the Motorola 6502 data sheet, and typed in the resulting hexadecimal opcodes by hand. All bow to the Greatness of The Woz.