Update README.md

This commit is contained in:
Charles Mangin 2018-09-13 13:05:39 -04:00 committed by GitHub
parent f54e57e5b4
commit bf1a9208fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -3,3 +3,8 @@ Source for OUP/M - a CP/M-like operating system for 6502
Original source here:
https://archive.org/details/OUPMA6502OperatingSystem
My goal is to compile a binary for emulation.
From the original:
"In the development of OUP/M, an OSI C-3 microcomputer system was used. This system consists of a 6502 CPU, a dual 8-inch floppy disk drive, a console, a printer, and 56 K bytes of RAM. On this machine all I/O is memory mapped and address space layout has to be taken into consideration."