Browse Source

Doc Fixes per Issue #606

pull/609/head
Wayne Warthen 5 months ago
parent
commit
641a4d7daf
No known key found for this signature in database GPG Key ID: 8B34ED29C07EEB0A
  1. BIN
      Doc/RomWBW Applications.pdf
  2. BIN
      Doc/RomWBW Disk Catalog.pdf
  3. BIN
      Doc/RomWBW Hardware.pdf
  4. BIN
      Doc/RomWBW Introduction.pdf
  5. BIN
      Doc/RomWBW System Guide.pdf
  6. BIN
      Doc/RomWBW User Guide.pdf
  7. 2
      ReadMe.md
  8. 2
      ReadMe.txt
  9. 8
      Source/Doc/Applications.md
  10. 6
      Source/Doc/SystemGuide.md

BIN
Doc/RomWBW Applications.pdf

Binary file not shown.

BIN
Doc/RomWBW Disk Catalog.pdf

Binary file not shown.

BIN
Doc/RomWBW Hardware.pdf

Binary file not shown.

BIN
Doc/RomWBW Introduction.pdf

Binary file not shown.

BIN
Doc/RomWBW System Guide.pdf

Binary file not shown.

BIN
Doc/RomWBW User Guide.pdf

Binary file not shown.

2
ReadMe.md

@ -7,7 +7,7 @@
**RomWBW Introduction** \ **RomWBW Introduction** \
Version 3.6 \ Version 3.6 \
Wayne Warthen ([wwarthen@gmail.com](mailto:wwarthen@gmail.com)) \ Wayne Warthen ([wwarthen@gmail.com](mailto:wwarthen@gmail.com)) \
10 Aug 2025
20 Aug 2025
# Overview # Overview

2
ReadMe.txt

@ -1,6 +1,6 @@
RomWBW Introduction RomWBW Introduction
Wayne Warthen (wwarthen@gmail.com) Wayne Warthen (wwarthen@gmail.com)
10 Aug 2025
20 Aug 2025

8
Source/Doc/Applications.md

@ -1431,7 +1431,7 @@ The source code is provided in the RomWBW distribution.
The purpose of this utility is to allow the copying of whole disk slices The purpose of this utility is to allow the copying of whole disk slices
from one disk slice to another slice from one disk slice to another slice
This tool is only supported by RomWBW HBIOS, it uses HDIOS for all its
This tool is only supported by RomWBW HBIOS, it uses HBIOS for all its
disk IO. UNA UBIOS is not supported by this tool. disk IO. UNA UBIOS is not supported by this tool.
This tool is running on CP/M 2.2 or 3.0 and has access to full 64kb of This tool is running on CP/M 2.2 or 3.0 and has access to full 64kb of
@ -2954,17 +2954,17 @@ emulation software for specific instructions on how to use XModem.
#### Notes #### Notes
The ZMP adaptation that comes with RomWBW will default to using
The ZMD adaptation that comes with RomWBW will default to using
the current HBIOS console port for transfers. Note that if you the current HBIOS console port for transfers. Note that if you
change your console port at the OS level (e.g., STAT CON:=UC1:), change your console port at the OS level (e.g., STAT CON:=UC1:),
this does not change the HBIOS console. this does not change the HBIOS console.
`ZMP` attempts to determine the best way to drive the serial port based
`ZMD` attempts to determine the best way to drive the serial port based
on your hardware configuration. When possible, it will bypass the on your hardware configuration. When possible, it will bypass the
HBIOS for faster operation. However, in many cases, it will use HBIOS HBIOS for faster operation. However, in many cases, it will use HBIOS
so that flow control can be used. so that flow control can be used.
`ZMP` is dependent on a reliable communications channel. You must
`ZMD` is dependent on a reliable communications channel. You must
ensure that the serial port can be serviced fast enough by either ensure that the serial port can be serviced fast enough by either
using a baud rate that is low enough or ensuring that hardware flow using a baud rate that is low enough or ensuring that hardware flow
control is fully functional (end to end). control is fully functional (end to end).

6
Source/Doc/SystemGuide.md

@ -1530,9 +1530,9 @@ Work in progress, documentation required...
Returns device information for the RTC unit. The Status (A) is a Returns device information for the RTC unit. The Status (A) is a
standard HBIOS result code. standard HBIOS result code.
Device Attribute (C) values are not yet defined. Device Type (D)
indicates the specific hardware driver that handles the specified
character unit. Values are listed at the start of this section. Device
Device Attributes (C) values are not yet defined. Device Type (D)
indicates the specific hardware driver that handles the RTC unit.
Values are listed at the start of this section. Device
Number (E) indicates the physical device number assigned per driver Number (E) indicates the physical device number assigned per driver
which is always 0 for RTC. which is always 0 for RTC.

Loading…
Cancel
Save