From 176b274317d8c2c0c38145e7cc5eca20aeaab421 Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Fri, 11 Mar 2016 14:58:42 -0500 Subject: [PATCH] dos33fs-utils: add a README file --- dos33fs-utils/README | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 dos33fs-utils/README diff --git a/dos33fs-utils/README b/dos33fs-utils/README new file mode 100644 index 00000000..2f53d05e --- /dev/null +++ b/dos33fs-utils/README @@ -0,0 +1,30 @@ +%%%%%%%%%%%% +dos33fsprogs +%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + +make_b : take a machine language blob and give it the size/offset + header needed to BLOAD it from DOS3.3 + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + +dos33: a tool for manipulating dos33 .dsk images + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + +dos33_text2ascii: convert a dos33 text file to ASCII + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + +mkdos33fs: create an Apple ][ DOS 3.3 filesystems + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%