From 7f804a7ced289d5c23c5c1ba02c8f3f1e2f07285 Mon Sep 17 00:00:00 2001 From: Brent Seidel Date: Wed, 15 Jan 2025 09:23:16 -0700 Subject: [PATCH] loadcpm 0.2.0 (#1360) --- index/lo/loadcpm/loadcpm-0.2.0.toml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 index/lo/loadcpm/loadcpm-0.2.0.toml diff --git a/index/lo/loadcpm/loadcpm-0.2.0.toml b/index/lo/loadcpm/loadcpm-0.2.0.toml new file mode 100644 index 00000000..e90a33ec --- /dev/null +++ b/index/lo/loadcpm/loadcpm-0.2.0.toml @@ -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 "] +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" +