Browse Source

Documentation Cleanup

pull/109/head
Wayne Warthen 6 years ago
parent
commit
ee4855cd14
  1. BIN
      Doc/RomWBW Applications.pdf
  2. BIN
      Doc/RomWBW Architecture.pdf
  3. BIN
      Doc/RomWBW Getting Started.pdf
  4. 12
      ReadMe.md
  5. 14
      ReadMe.txt
  6. 4
      Source/Doc/Applications.md
  7. 10
      Source/Doc/GettingStarted.md

BIN
Doc/RomWBW Applications.pdf

Binary file not shown.

BIN
Doc/RomWBW Architecture.pdf

Binary file not shown.

BIN
Doc/RomWBW Getting Started.pdf

Binary file not shown.

12
ReadMe.md

@ -3,7 +3,7 @@
## Z80/Z180 System Software
Version 2.9.2 Prerelease
Saturday 21 March 2020
Sunday 22 March 2020
Wayne Warthen <wwarthen@gmail.com>
@ -779,13 +779,14 @@ tracks of the disk.
## FreeRTOS
Note that Phillip Stevens has also ported FreeRTOS to run under RomWBW.
FreeRTOS is not provided in the RomWBW distribution. FreeRTOS is available
under the [MIT licence](https://www.freertos.org/a00114.html)
FreeRTOS is not provided in the RomWBW distribution. FreeRTOS is
available under the [MIT licence](https://www.freertos.org/a00114.html)
and further general information is available at
[FreeRTOS](https://www.freertos.org/RTOS.html).
You can also contact Phillip for detailed information on the Z180
implementation of FreeRTOS for RomWBW. [@feilipu](https://github.com/feilipu)
implementation of FreeRTOS for RomWBW.
\[@feilipu\](https://github.com/feilipu)
# Transferring Files
@ -990,7 +991,7 @@ are:
| Source | Contains the source code files used to build the software and ROM images. |
| Tools | Contains the MS Windows programs that are used by the build process or that may be useful in setting up your system. |
# Acknowledgements
# Acknowledgments
While I have heavily modified much of the code, I want to acknowledge
that much of the work is derived from the work of others in the
@ -1011,6 +1012,7 @@ applications are no longer provided.
platform.
- Phil Summers contributed Forth and BASIC in ROM as well as a long
list of general code enhancements.
- Phillip Stevens contributed support for FreeRTOS.
- Curt Mayer contributed the Linux / MacOS build process.
- UNA BIOS is a product of John Coffman.

14
ReadMe.txt

@ -3,7 +3,7 @@ RomWBW
Z80/Z180 System Software
Version 2.9.2 Prerelease
Saturday 21 March 2020
Sunday 22 March 2020
Wayne Warthen wwarthen@gmail.com
@ -807,12 +807,13 @@ tracks of the disk.
FreeRTOS
Note that Phillip Stevens has also ported FreeRTOS to run under RomWBW.
FreeRTOS is not provided in the RomWBW distribution. FreeRTOS is available
under the MIT licence and further general information is available at
https://www.freertos.org/RTOS.html
FreeRTOS is not provided in the RomWBW distribution. FreeRTOS is
available under the MIT licence and further general information is
available at FreeRTOS.
You can also contact Phillip for detailed information on the Z180
implementation of FreeRTOS for RomWBW. https://github.com/feilipu
implementation of FreeRTOS for RomWBW.
[@feilipu](https://github.com/feilipu)
Transferring Files
@ -1024,7 +1025,7 @@ are:
process or that may be useful in setting up your system.
--------------------------------------------------------------------------
Acknowledgements
Acknowledgments
While I have heavily modified much of the code, I want to acknowledge
that much of the work is derived from the work of others in the
@ -1045,6 +1046,7 @@ applications are no longer provided.
platform.
- Phil Summers contributed Forth and BASIC in ROM as well as a long
list of general code enhancements.
- Phillip Stevens contributed support for FreeRTOS.
- Curt Mayer contributed the Linux / MacOS build process.
- UNA BIOS is a product of John Coffman.

4
Source/Doc/Applications.md

@ -698,7 +698,7 @@ files in the opposite direction, you just reverse the parameters.
To rename the file "XXX.DAT" to "YYY.DAT" on a FAT filesystem,
you could use a command like "FAT REN 2:XXX.DAT 2:YYY.DAT".
To delete a file "XXX.DAT" on a FAT filesystem in director "FOO",
To delete a file "XXX.DAT" on a FAT filesystem in directory "FOO",
you would use a command like `FAT DEL 2:\FOO\XXX.DAT`.
To make a directory called "FOO2" on a FAT filesystem, you would
@ -734,7 +734,7 @@ current CP/M drive is assumed. For example:
"2:README.TXT" refers to FAT file README.TXT on disk unit #2
"C:README.TXT" refers to CP/M file README.TXT on CP/M drive C
"README.TXT" refers to CP/M file README.TXT on current CP/M drive
"README.TXT" refers to CP/M file README.TXT on the current CP/M drive
Files with SYS, HIDDEN, or R/O only attributes are not given
any special treatment. Such files are found and processed

10
Source/Doc/GettingStarted.md

@ -422,7 +422,14 @@ Like CP/M 3, to make ZPM3 boot disk, you put CPMLDR.SYS on the system tracks of
## FreeRTOS
Note that Phillip Stevens has also ported FreeRTOS to run under RomWBW. FreeRTOS is not provided in the RomWBW distribution. You can contact Phillip for availability.
Note that Phillip Stevens has also ported FreeRTOS to run under RomWBW.
FreeRTOS is not provided in the RomWBW distribution. FreeRTOS is available
under the [MIT licence](https://www.freertos.org/a00114.html)
and further general information is available at
[FreeRTOS](https://www.freertos.org/RTOS.html).
You can also contact Phillip for detailed information on the Z180
implementation of FreeRTOS for RomWBW. [@feilipu](https://github.com/feilipu)
# Transferring Files
@ -534,6 +541,7 @@ I especially want to credit Douglas Goodall for contributing code, time, testing
* David Giles contributed support for the CSIO support in the SD Card driver.
* Ed Brindley contributed some of the code that supports the RC2014 platform.
* Phil Summers contributed Forth and BASIC in ROM as well as a long list of general code enhancements.
* Phillip Stevens contributed support for FreeRTOS.
* Curt Mayer contributed the Linux / MacOS build process.
* UNA BIOS is a product of John Coffman.

Loading…
Cancel
Save