Skip to content

Commit

Permalink
Add ProDOS to matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
zellyn committed Nov 16, 2016
1 parent 982a3e6 commit 6d478f9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,11 @@ and (b) to replace the "read and write disk images" code of the

Current disk operations supported:

| Feature | DOS 3.3 | NakedOS/Super-Mon |
| ------------- | ------------------ | ------------------ |
| ls | :white_check_mark: | :white_check_mark: |
| dump | :x: | :white_check_mark: |
| Feature | DOS 3.3 | ProDOS | NakedOS/Super-Mon |
| ---------------- | ------------------ | ------ | ------------------ |
| basic structures | :white_check_mark: | :x: | :white_check_mark: |
| ls | :white_check_mark: | :x: | :white_check_mark: |
| dump | :x: | :x: | :white_check_mark: |

### Installing/updating
Assuming you have Go installed, run `go get -u github.com/zellyn/diskii`
Expand Down

0 comments on commit 6d478f9

Please sign in to comment.