Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

loadcpm 0.2.0 #1360

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions index/lo/loadcpm/loadcpm-0.2.0.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name = "loadcpm"
description = "Write CP/M (or other similar binary) to floppy disk image"
version = "0.2.0"

long-description="""
Three basic functions are available. First, a CP/M image in Intel Hex
format can be added to the first two track of an existing floppy disk
image. Second, a floppy disk image can be created and initialized with
the CP/M image on the first two tracks. Finally, a small bootstrap
program can be created to load CP/M from the disk image into the simulator.
"""

authors = ["Brent Seidel"]
maintainers = ["Brent Seidel <[email protected]>"]
maintainers-logins = ["BrentSeidel"]
licenses = "GPL-3.0-or-later"
website = "https://github.com/BrentSeidel/Sim-CPU"
tags = ["cpm"]

executables = ["loadcpm"]

[[depends-on]]
bbs = "~0.1.0"

[origin]
commit = "d2f5baa9d4afe9d308c9609a719d408b5e3463b6"
subdir = "./loadcpm/"
url = "git+https://github.com/BrentSeidel/Sim-CPU.git"

Loading