Skip to content

Commit 914490d

Browse files
authored
Merge pull request #8 from mstevens/main
slight docs tidyup / fix
2 parents eab9d93 + fb02e73 commit 914490d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/D1D6JVS74)
44

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

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

99
![GIF screen capture](doc/cpm.gif)
1010

1111
## Usage
1212

13-
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.
13+
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.
1414

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

@@ -20,13 +20,13 @@ I'm using [cpmtools](https://github.com/lipro-cpm4l/cpmtools) for working with C
2020

2121
Disk definition can be copied from `diskdefs` file(in `disks` directory).
2222

23-
For new drives better use template.dsk(make copy with proper naming and copy yourown files to it).
23+
For new drives better use `template.dsk`(make copy with proper naming and copy your own files to it).
2424

2525
## Development
2626

2727
Make sure that you **really want it**.
2828

29-
Build process have 2 stages. Building CP/M itself(`sources` directory) - you'll need [sjasmplus](https://github.com/z00m128/sjasmplus). As result - you'll got `cpm.sys` file that should be placed to directory with bootstrap source.
29+
Build process have 2 stages. Building CP/M itself(`sources` directory) - you'll need [sjasmplus](https://github.com/z00m128/sjasmplus). As result - you'll get `cpm.sys` file that should be placed to directory with bootstrap source.
3030

3131
Bootstrap can be built with [ez80asm](https://github.com/envenomator/agon-ez80asm). Better use latest version.
3232

@@ -38,10 +38,10 @@ BIOS and CP/M core should be aligned by 256 bytes.
3838

3939
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.
4040

41-
All terminal issues caused by current VDP implementation. They can be fixed soon.
41+
All terminal issues caused by current VDP implementation. They can be fixed soon.
4242

4343
## Licensing
4444

45-
CP/M itself [opensourced](https://www.theregister.com/2001/11/26/cp_m_collection_is_back/) and free for redistribution.
45+
CP/M itself [opensourced](https://www.theregister.com/2001/11/26/cp_m_collection_is_back/) and free for redistribution.
4646

47-
My parts of code licensed as usual under [Coffeeware License](LICENSE).
47+
My parts of code licensed as usual under [Coffeeware License](LICENSE).

0 commit comments

Comments
 (0)