diff --git a/.Docs/Media Guide.md b/.Docs/Media Guide.md index 0e4c884b..a6fec2f3 100644 --- a/.Docs/Media Guide.md +++ b/.Docs/Media Guide.md @@ -1,6 +1,6 @@ # A2osX Media Guide -### Updated October 20, 2019 +### Updated October 22, 2019 We have changed the media set for A2osX. New A2osX Users should download the most current version as shown in the table below. **A new Release Candidate (RC) edition has been made available (highlighted below), you should choose one of the media options from this set.** The Bleed media are the primary images used by the developers to hold the most current version of the A2osX binaries (and a copy of the source, although of course GitHub is the primary source repository) and may be unstable. You should not use this media unless directed by the A2osX development team. @@ -9,7 +9,7 @@ We have changed the media set for A2osX. New A2osX Users should download the mo | Edition | Description | Build No | Date | | --- | --- | --- | --- | | 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).** | **1653** | **Oct-19-2019** | +| **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. | | * | | 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. | | * | diff --git a/.Floppies/A2OSX.MAKE.po b/.Floppies/A2OSX.MAKE.po index 89316e5b..a313df73 100644 Binary files a/.Floppies/A2OSX.MAKE.po and b/.Floppies/A2OSX.MAKE.po differ diff --git a/.Floppies/RC.140.po b/.Floppies/RC.140.po index 6ececcce..8834df28 100644 Binary files a/.Floppies/RC.140.po and b/.Floppies/RC.140.po differ diff --git a/.Floppies/RC.32MB.po b/.Floppies/RC.32MB.po index d0364809..62782316 100644 Binary files a/.Floppies/RC.32MB.po and b/.Floppies/RC.32MB.po differ diff --git a/.Floppies/RC.800.po b/.Floppies/RC.800.po index 85eef0a7..ee18d445 100644 Binary files a/.Floppies/RC.800.po and b/.Floppies/RC.800.po differ diff --git a/.Floppies/TDBOOT.po b/.Floppies/TDBOOT.po index be59b196..e5797bad 100644 Binary files a/.Floppies/TDBOOT.po and b/.Floppies/TDBOOT.po differ diff --git a/MAKE/A2OSXFILES.txt b/MAKE/A2OSXFILES.txt index 9c0fe214..7cb8e7ff 100644 --- a/MAKE/A2OSXFILES.txt +++ b/MAKE/A2OSXFILES.txt @@ -64,7 +64,8 @@ SBIN/NETWORKD SBIN/TELNETD SYS/KERNEL SYS/KM.NSC -SYS/KM.RAMWORKS -SYS/KM.VSDRIVE +SYS/KM/KM.APPLETALK +SYS/KM/KM.RAMWORKS +SYS/KM/KM.VSDRIVE MAN TEXT /MAKE/USR/SHARE/MAKE/A2OSXFILES diff --git a/MAKE/MAKEFULL.txt b/MAKE/MAKEFULL.txt index 8327f489..893b908e 100644 --- a/MAKE/MAKEFULL.txt +++ b/MAKE/MAKEFULL.txt @@ -75,6 +75,7 @@ MD /FULLBOOT/LIB MD /FULLBOOT/ROOT MD /FULLBOOT/SBIN MD /FULLBOOT/SYS +MD /FULLBOOT/SYS/KM MD /FULLBOOT/TMP MD /FULLBOOT/VAR MD /FULLBOOT/VAR/LOG diff --git a/MAKE/MAKEFULL32.txt b/MAKE/MAKEFULL32.txt index 70aae800..48d1bbc2 100644 --- a/MAKE/MAKEFULL32.txt +++ b/MAKE/MAKEFULL32.txt @@ -75,6 +75,7 @@ MD /FULLBOOT/LIB MD /FULLBOOT/ROOT MD /FULLBOOT/SBIN MD /FULLBOOT/SYS +MD /FULLBOOT/SYS/KM MD /FULLBOOT/TMP MD /FULLBOOT/VAR MD /FULLBOOT/VAR/LOG diff --git a/MAKE/MAKETD.txt b/MAKE/MAKETD.txt index ee09f9b2..c5f0a911 100644 --- a/MAKE/MAKETD.txt +++ b/MAKE/MAKETD.txt @@ -75,6 +75,7 @@ MD /TDBOOT/LIB MD /TDBOOT/ROOT MD /TDBOOT/SBIN MD /TDBOOT/SYS +MD /TDBOOT/SYS/KM MD /TDBOOT/TMP MD /TDBOOT/VAR MD /TDBOOT/VAR/LOG diff --git a/README.md b/README.md index ebc4b127..01d1cace 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # A2osX (0.93) Multi-Tasking OS for Apple II -### Updated October 20, 2019 +### Updated October 22, 2019 ## A2osX Release Candidate now available @@ -24,6 +24,8 @@ Consult the **[documentation](#documentation)** section below to find other reso ## News... +**2019-10-22** - Updated RC images to Build 1664 which fixed RESTART SYSTEM bug on //GS. + **2019-10-19** - Updated RC images to Build 1653 which fixed bugs in CUT and includes a patched version of ProDOS 2.03 to correct year display for ThunderClocks. **2019-10-18** - Updated A2osX Release Candidate based on Build No 1650 is now available and can be found in our **[Media directory](.Floppies)**. In addition, a new disk image **TDBOOT** has been created that is preconfigured to automatically load Uthernet2 driver, start network services and launch the TelnetD server process (hence name TD for TelnetD Boot).