Source for OUP/M - a CP/M-like operating system for 6502
Go to file
Charles Mangin 97ef1bb580
Update README.md
Link to OSIWeb
2018-11-12 09:29:32 -05:00
BDOS.s Add files via upload 2018-10-10 15:59:20 -04:00
BIOS.s Add files via upload 2018-09-13 12:54:33 -04:00
CCP.s Add files via upload 2018-10-02 15:48:30 -04:00
COLDLD.s Add files via upload 2018-09-12 12:09:00 -04:00
DSKUTY.s Add files via upload 2018-10-12 16:03:11 -04:00
README.md Update README.md 2018-11-12 09:29:32 -05:00

README.md

OUP-M

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."

Further discussion and a working build can be found at the OSIWeb Forums: http://osiweb.org/osiforum/viewtopic.php?f=3&t=432&p=2772#p2764