diff --git a/.Docs/Media Guide.md b/.Docs/Media Guide.md index 7280d5ac..cbce13c1 100644 --- a/.Docs/Media Guide.md +++ b/.Docs/Media Guide.md @@ -10,7 +10,7 @@ We have changed the media set for A2osX. New A2osX Users should download the mo | --- | --- | --- | --- | | RELEASE | This is a locked down set of media that will change infrequently, only upon a major update. | | * | | **RC** | **This is a RELEASE candidate, if available, for the next coming major release. There should be very few RC releases before one of them becomes the actual RELEASE media. RC releases should be relatively bug free and feature complete (to the scope planned for that release).** | **1664** | **Oct-22-2019** | -| STABLE | Stable releases are significant updates over the last RELEASE but may not included in their own scope. STABLE releases will be made from BLEED builds that have no significant bugs, but may have documented issues that have not yet been resolved, especially in new features. **This will likely become RC shortly. Anyone with network cards, please download and test.** | **1669** | **Oct-22-2019** | +| STABLE | Stable releases are significant updates over the last RELEASE but may not included in their own scope. STABLE releases will be made from BLEED builds that have no significant bugs, but may have documented issues that have not yet been resolved, especially in new features. **This will likely become RC shortly. Anyone with network cards, please download and test.** | **1675** | **Oct-26-2019** | | BLEED| The media in this edition are very cutting edge, changing almost daily, particularly A2OSX.BUILD.po. This edition is targeted at core developers who are creating and maintaining A2osX. For most users, it is recommended that you use one of the other editions. | | * | * Note this is a new system of Editions and Disk Images. A2osX 0.93 will be the first Release that uses this new system. The first **RC** set of media are now available and are based on build No 1600. If no significant issues are found with **RC**, a set of **RELEASE** media will be made available based on this build (the RC media will then be removed until a 0.94 RC is ready). @@ -24,7 +24,7 @@ You can use and/or install A2osX from the media found in our Media directory fou | **[RC.140.po](../.Floppies/RC.140.po)** | **RC** |**An 140K 5.25" disk image containing the main BOOT and support files for running A2osX.** | | **[RC.800.po](../.Floppies/RC.800.po)** | **RC** |**An 800K 3.5" disk image containing A2osX system, utilities and application files for running A2osX.** | | **[RC.32MB.po](../.Floppies/RC.32MB.po)** | **RC** |**A 32MB HD disk image containing A2osX system, utilities and applications; suitable for use with emulators such as AppleWin or for use with the CFFA card.** | -| **[TDBOOT.po](../.Floppies/TDBOOT.po)** | **RC** |**A special 32MB HD disk image, preconfigured to automatically load Uthernet2 driver, start network services and launch the TelnetD server process for use with the CFFA or similar card.** | +| **[TDBOOT.po](../.Floppies/TDBOOT.po)** | **STABLE** |**A special 32MB HD disk image, preconfigured to automatically load Uthernet2 driver, start network services and launch the TelnetD server process for use with the CFFA or similar card.** | | **[DEBUG.po](../.Floppies/DEBUG.po)** | **STABLE** |**An 140K 5.25 disk image containing the main BOOT and support files for A2osX and preconfigured with the least options enabled. This is intended to be used as a minimal boot to help identify hardware conflicts.** | | [STABLE.140.po](../.Floppies/STABLE.140.po) | STABLE |An 140K 5.25" disk image containing the main BOOT and support files for running A2osX. | | [STABLE.800.po](../.Floppies/STABLE.800.po) | STABLE | An 800K 3.5" disk image containing the main BOOT and support files for running A2osX. | diff --git a/.Docs/Shell Developers Guide.md b/.Docs/Shell Developers Guide.md index ff13b957..51064115 100644 --- a/.Docs/Shell Developers Guide.md +++ b/.Docs/Shell Developers Guide.md @@ -124,7 +124,7 @@ Notice that the DO X and DO Y logic is swapped between the two cases. | CASE | Working | CASE | | CD | Working | CD path or relative path | | .. | Working | CD .. | -| DATE | Working | | +| DATE | Working | %a : Abbreviated weekday name : Thu
%A : Full weekday name : Thursday
%b : Abbreviated month name : Aug
%B : Full month name : August
%d : Day of the month, zero-padded (01-31)
%H : Hour in 24h format (00-23) 14
%I : Hour in 12h format (01-12) 02
%m : Month as a decimal number (01-12) 08
%M : Minute (00-59) 55
%p : AM or PM designation PM
%S : Second (00-61) 02
%w : Weekday as a decimal number with Sunday as 0 (0-6)
%y : Year, last two digits (00-99)
%Y : Year four digits 2001 | | DEFAULT | Working | Default CASE for SWITCH | | ECHO | Working | \b,\e,\f,\n,\\\ and \\% supported
-N : Suppress \r\n | | ELSE | Working | Optional branch for IF block | @@ -147,7 +147,6 @@ Notice that the DO X and DO Y logic is swapped between the two cases. | SHIFT | Working | Remove $1 from cmd line | | SLEEP | Working | Wait \ 10th sec | | SWITCH | Working | SWITCH | -| TIME | Working | | | WHILE | Working | [ \ ] | ## Shell variables: diff --git a/.Floppies/A2OSX.MAKE.po b/.Floppies/A2OSX.MAKE.po index ec05137b..90cdd1b3 100644 Binary files a/.Floppies/A2OSX.MAKE.po and b/.Floppies/A2OSX.MAKE.po differ diff --git a/.Floppies/DEBUG.po b/.Floppies/DEBUG.po index 0add855c..561ebbf3 100644 Binary files a/.Floppies/DEBUG.po and b/.Floppies/DEBUG.po differ diff --git a/.Floppies/STABLE.140.po b/.Floppies/STABLE.140.po index e2b8dd6b..04da5dcb 100644 Binary files a/.Floppies/STABLE.140.po and b/.Floppies/STABLE.140.po differ diff --git a/.Floppies/STABLE.32MB.po b/.Floppies/STABLE.32MB.po index 2036c2cd..897ddf20 100644 Binary files a/.Floppies/STABLE.32MB.po and b/.Floppies/STABLE.32MB.po differ diff --git a/.Floppies/STABLE.800.po b/.Floppies/STABLE.800.po index dc27825b..dc10f4bc 100644 Binary files a/.Floppies/STABLE.800.po and b/.Floppies/STABLE.800.po differ diff --git a/.Floppies/TDBOOT.po b/.Floppies/TDBOOT.po index 361802a8..74bcc31a 100644 Binary files a/.Floppies/TDBOOT.po and b/.Floppies/TDBOOT.po differ diff --git a/MAKE/MAKETD.txt b/MAKE/MAKETD.txt index bce711c3..ca4cbaf8 100644 --- a/MAKE/MAKETD.txt +++ b/MAKE/MAKETD.txt @@ -90,6 +90,6 @@ ECHO >> /TDBOOT/ETC/ISSUE ECHO $IM >> /TDBOOT/ETC/ISSUE CP -Q TCPIP.CONF /TDBOOT/ETC/TCPIP.CONF CP -Q PROFILE /TDBOOT/ROOT/PROFILE -ECHO "FULLBOOT Disk Created!" +ECHO "TDBOOT Disk Created!" MAN TEXT /MAKE/USR/SHARE/MAKE/MAKETD diff --git a/README.md b/README.md index 91057289..91e2af71 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # A2osX (0.93) Multi-Tasking OS for Apple II -### Updated October 22, 2019 +### Updated October 26, 2019 ## A2osX Release Candidate now available @@ -24,6 +24,8 @@ Consult the **[documentation](#documentation)** section below to find other reso ## News... +**2019-10-26** - Starting with Build 1675, the SH(ell) command **TIME** has been removed and the **DATE** command will now return both the Date and Time. Additionally, if DATE command has been updated to support options for returning formatted strings with just the portions of the date and time you desire. Consult the Shell Developers Guide for syntax. + **2019-10-24** - Created STABLE images with Build 1669 with improvements to TCP networking. There is also a new DEBUG 140k disk image. See the media guide for more info. **2019-10-22** - Updated RC images to Build 1664 which fixed RESTART SYSTEM bug on //GS. diff --git a/TESTS/BUILDTEST.txt b/TESTS/BUILDTEST.txt index e71e0013..f23151b5 100644 --- a/TESTS/BUILDTEST.txt +++ b/TESTS/BUILDTEST.txt @@ -43,8 +43,6 @@ ECHO " Build Test Suite" >> ${Log} ECHO "\nBuild No: ${B}" >> ${Log} ECHO -N " Date: " >> ${Log} DATE >> ${Log} -ECHO -N " Time: " >> ${Log} -TIME >> ${Log} ECHO "----------------------------------------\n" >> ${Log} # # Capture Mem to Log