From bf1a9208fabe3f2f27b8d70f038635562fe63c09 Mon Sep 17 00:00:00 2001 From: Charles Mangin Date: Thu, 13 Sep 2018 13:05:39 -0400 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d698700..f0607e2 100644 --- a/README.md +++ b/README.md @@ -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."