Code Monkey home page Code Monkey logo

agon-cpm2.2's Introduction

CP/M 2.2 for Agon Light

ko-fi

This is a port of CP/M 2.2 for Agon Light(and Agon Light 2) that doesn't require reflashing VDP.

It starts directly from MOS as application(exit only via RESET) and uses MOS's filesystem drivers for working with drive images.

GIF screen capture

Usage

Create some directory on Agon's SD card, put cpm.bin and disk images(TO THE SAME DIRECTORY) that will be named cpma.dsk, cpmb.dsk etc, drives from A: to P: are supported.

Load and run binary and you'll be in CP/M's wonderland.

Working with images

I'm using cpmtools for working with CP/M drive images.

Disk definition nihirash can be copied from diskdefs file (in disks directory) for use with cpmtools.

For new drives better use template.dsk(make copy with proper naming and copy your own files to it).

Development

Make sure that you really want it.

Build process have 2 stages. Building CP/M itself(sources directory) - you'll need sjasmplus. As result - you'll get cpm.sys file that should be placed to directory with bootstrap source.

Bootstrap can be built with ez80asm. Better use latest version.

As result - you'll got cpm.bin executable that will include bootstrap and system both.

Important remarks

BIOS and CP/M core should be aligned by 256 bytes.

If you'll make some changes in code - make sure that bios starts from 0xXX00 address. In other case - you'll die until you find issue why software got broken.

All terminal issues caused by current VDP implementation. They can be fixed soon.

Licensing

CP/M itself opensourced and free for redistribution.

My parts of code licensed as usual under Coffeeware License.

agon-cpm2.2's People

Contributors

nihirash avatar julian-rose avatar mstevens avatar tkurtbond avatar turboss avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.