diff --git a/Doc/RomWBW Applications.pdf b/Doc/RomWBW Applications.pdf index c2b89cf1..6e3218f9 100644 Binary files a/Doc/RomWBW Applications.pdf and b/Doc/RomWBW Applications.pdf differ diff --git a/Doc/RomWBW Architecture.pdf b/Doc/RomWBW Architecture.pdf index 6d7a613e..20519073 100644 Binary files a/Doc/RomWBW Architecture.pdf and b/Doc/RomWBW Architecture.pdf differ diff --git a/Doc/RomWBW Getting Started.pdf b/Doc/RomWBW Getting Started.pdf index dfa63fb4..fe58443a 100644 Binary files a/Doc/RomWBW Getting Started.pdf and b/Doc/RomWBW Getting Started.pdf differ diff --git a/ReadMe.md b/ReadMe.md index fe9ba028..84ccad26 100644 --- a/ReadMe.md +++ b/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 @@ -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. diff --git a/ReadMe.txt b/ReadMe.txt index 99c5e126..160add5e 100644 --- a/ReadMe.txt +++ b/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. diff --git a/Source/Doc/Applications.md b/Source/Doc/Applications.md index 0743177a..ed866aab 100644 --- a/Source/Doc/Applications.md +++ b/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 diff --git a/Source/Doc/GettingStarted.md b/Source/Doc/GettingStarted.md index 187210a8..ff32af7c 100644 --- a/Source/Doc/GettingStarted.md +++ b/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.