diff --git a/.Docs/A2osX Color Guide.md b/.Docs/A2osX Color Guide.md deleted file mode 100644 index 12bbf372..00000000 --- a/.Docs/A2osX Color Guide.md +++ /dev/null @@ -1,48 +0,0 @@ -# A2osX Color Guide - -### Updated February 10, 2020 - -This Guide provides information on the colors used for the logos supplied with A2osX. This Guide is an internatl document to capture the RGB values of used in all the logos. - -## Color Palette - -![](../_Pics/PALETTE.bmp) - - -| Color | Red | Green | Blue | Web | -|--------------|-----|-------|------|----------| -| Black | 0 | 0 | 0 | 00000000 | -| Red | 147 | 11 | 124 | 930b7c00 | -| Dark Blue | 31 | 53 | 211 | 1f35d300 | -| Purple | 187 | 54 | 255 | bb36ff00 | -| Dark Green | 0 | 118 | 12 | 00760c00 | -| Dark Gray | 126 | 126 | 126 | 7e7e7e00 | -| Blue | 7 | 168 | 224 | 07a8e000 | -| Light Blue | 157 | 172 | 255 | b5afff00 | -| Brown | 98 | 76 | 0 | 624c0000 | -| Orange | 249 | 86 | 29 | f9561d00 | -| Light Grey | 156 | 156 | 156 | 9c9c9c00 | -| Pink | 255 | 129 | 236 | ff81ec00 | -| Light Green | 67 | 200 | 0 | 43c80000 | -| Yellow | 220 | 205 | 22 | dccd1600 | -| Aqua | 93 | 247 | 132 | 5df78400 | -| White | 255 | 255 | 255 | ffffff00 | - -## License -A2osX is licensed under the GNU General Public License. - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - -The full A2osX license can be found **[Here](../LICENSE)**. - -## Copyright - -Copyright 2015 - 2019, Remy Gibert and the A2osX contributors. diff --git a/.Docs/Screen Shots.md b/.Docs/Screen Shots.md index 770656d5..2a515f00 100644 --- a/.Docs/Screen Shots.md +++ b/.Docs/Screen Shots.md @@ -1,38 +1,73 @@ -# A2osX (0.93) Multi-Tasking OS for Apple II +# A2osX Multi-Tasking OS for Apple II ### Updated February 10, 2020 -## Screenshots +## Screen Shots -UNIX-Like Shell... +A2osX Booting! + +![](../.screen-shots/ScreenShot.Boot.png) + +A2osX sports a UNIX-Like Shell as can be seen in the following screen shots. + +Here you can see the *ls* command in action, listing the contents on multiple ProDOS volumes. ![](../.screen-shots/ScreenShot.LS.png) -TCP/IP Stack... +Here you can see the *mem* command in action, listing the contents on multiple ProDOS volumes. Note in this release, over 27K is available for user programs! + +![](../.screen-shots/ScreenShot.MEM.png) + +Many development tools are included with A2osX, included a utility to see how memory has been allocated and to which running process. + +![](../.screen-shots/ScreenShot.MEMDUMP.png) + +Admin tools are included as well, such as those needed to see running processes (remember this is a multi-tasking system). + +![](../.screen-shots/ScreenShot.PS.png) + +or how about seeing what devices are available/defined or which files are currently open. + +![](../.screen-shots/ScreenShot.LSDEV.png) + +A2osX includes a complete TCP/IP Stack. Here you can see that a network device driver has been loaded and an IP address obtained. ![](../.screen-shots/ScreenShot.IP1.png) +>Note many libraries such as the one for networking, output admin messages as they are initialized or run. A2osX's console captures these messages as can be seen here. You can switch to the console at any time by using Open Apple-0. + +![](../.screen-shots/ScreenShot.Console.png) + +And here you can see that standard IP utilities are included in A2osX. + ![](../.screen-shots/ScreenShot.IP2.png) -Full screen editor ... +This includes a Telnet client! + +![](../.screen-shots/ScreenShot.TELNET.png) + +A2osX includes a robust full screen editor... ![](../.screen-shots/ScreenShot.EDIT.png) -Kernel Configuration Utility... +...with a convienent Help Screen... + +![](../.screen-shots/ScreenShot.EDIT%20Help.png) + +...and advanced dialog boxes. + +![](../.screen-shots/ScreenShot.EDIT%20Save.png) + +A2osX includes an advanced Kernel Configuration Utility where you can set many system options. ![](../.screen-shots/ScreenShot.KCONFIG.png) -Color ANSI/VT100 Support... +Lastly, A2osX fully supports Color ANSI/VT-100 Terminals. While an Apple may not show these colors on its screen, if you connect to A2osX from terminal emulator such as PuTTY, you can see the full color support. ![](../.screen-shots/PuTTY.png) -DHGR Mixed-Mode Graphic primitives.... - -![](../.screen-shots/ScreenShot.GFX.png) - - ## License -A2osX is licensed under the GNU General Pulic License. +A2osX is licensed under the GNU General Public License. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/.Floppies/A2OSX.MAKE.po b/.Floppies/A2OSX.MAKE.po index 7a83b79b..b02034da 100644 Binary files a/.Floppies/A2OSX.MAKE.po and b/.Floppies/A2OSX.MAKE.po differ diff --git a/.Floppies/DEBUG_000000000.bmp b/.Floppies/DEBUG_000000000.bmp deleted file mode 100644 index 5ff9e119..00000000 Binary files a/.Floppies/DEBUG_000000000.bmp and /dev/null differ diff --git a/.Floppies/DEBUG_000000001.bmp b/.Floppies/DEBUG_000000001.bmp deleted file mode 100644 index 054b7cef..00000000 Binary files a/.Floppies/DEBUG_000000001.bmp and /dev/null differ diff --git a/.Floppies/DEBUG_000000002.bmp b/.Floppies/DEBUG_000000002.bmp deleted file mode 100644 index a453ec15..00000000 Binary files a/.Floppies/DEBUG_000000002.bmp and /dev/null differ diff --git a/.Floppies/DEBUG_000000003.bmp b/.Floppies/DEBUG_000000003.bmp deleted file mode 100644 index 46e224dd..00000000 Binary files a/.Floppies/DEBUG_000000003.bmp and /dev/null differ diff --git a/.Floppies/DEBUG_000000004.bmp b/.Floppies/DEBUG_000000004.bmp deleted file mode 100644 index 07df954b..00000000 Binary files a/.Floppies/DEBUG_000000004.bmp and /dev/null differ diff --git a/.Floppies/DEBUG_000000005.bmp b/.Floppies/DEBUG_000000005.bmp deleted file mode 100644 index c9c848eb..00000000 Binary files a/.Floppies/DEBUG_000000005.bmp and /dev/null differ diff --git a/.Floppies/RC.140.po b/.Floppies/RC.140.po index 2f9775d9..c0ebf56a 100644 Binary files a/.Floppies/RC.140.po and b/.Floppies/RC.140.po differ diff --git a/.screen-shots/ScreenShot.Boot.png b/.screen-shots/ScreenShot.Boot.png new file mode 100644 index 00000000..a9c96e46 Binary files /dev/null and b/.screen-shots/ScreenShot.Boot.png differ diff --git a/.screen-shots/ScreenShot.Console.png b/.screen-shots/ScreenShot.Console.png new file mode 100644 index 00000000..d846efcb Binary files /dev/null and b/.screen-shots/ScreenShot.Console.png differ diff --git a/.screen-shots/ScreenShot.EDIT Help.png b/.screen-shots/ScreenShot.EDIT Help.png index 9d753767..277edb64 100644 Binary files a/.screen-shots/ScreenShot.EDIT Help.png and b/.screen-shots/ScreenShot.EDIT Help.png differ diff --git a/.screen-shots/ScreenShot.EDIT Save.png b/.screen-shots/ScreenShot.EDIT Save.png new file mode 100644 index 00000000..205799c8 Binary files /dev/null and b/.screen-shots/ScreenShot.EDIT Save.png differ diff --git a/.screen-shots/ScreenShot.EDIT.png b/.screen-shots/ScreenShot.EDIT.png index 0b3de526..975e4b84 100644 Binary files a/.screen-shots/ScreenShot.EDIT.png and b/.screen-shots/ScreenShot.EDIT.png differ diff --git a/.screen-shots/ScreenShot.IP1.png b/.screen-shots/ScreenShot.IP1.png index cf70c787..c4256934 100644 Binary files a/.screen-shots/ScreenShot.IP1.png and b/.screen-shots/ScreenShot.IP1.png differ diff --git a/.screen-shots/ScreenShot.IP2.png b/.screen-shots/ScreenShot.IP2.png index 26011e75..d7f86b52 100644 Binary files a/.screen-shots/ScreenShot.IP2.png and b/.screen-shots/ScreenShot.IP2.png differ diff --git a/.screen-shots/ScreenShot.LS.png b/.screen-shots/ScreenShot.LS.png index 4a2860f7..7c993234 100644 Binary files a/.screen-shots/ScreenShot.LS.png and b/.screen-shots/ScreenShot.LS.png differ diff --git a/.screen-shots/ScreenShot.LSDEV.png b/.screen-shots/ScreenShot.LSDEV.png index 01addbb9..28c28b52 100644 Binary files a/.screen-shots/ScreenShot.LSDEV.png and b/.screen-shots/ScreenShot.LSDEV.png differ diff --git a/.screen-shots/ScreenShot.Logo.png b/.screen-shots/ScreenShot.Logo.png index 51040efa..bda7b3b7 100644 Binary files a/.screen-shots/ScreenShot.Logo.png and b/.screen-shots/ScreenShot.Logo.png differ diff --git a/.screen-shots/ScreenShot.MEM.png b/.screen-shots/ScreenShot.MEM.png new file mode 100644 index 00000000..3346bfdc Binary files /dev/null and b/.screen-shots/ScreenShot.MEM.png differ diff --git a/.screen-shots/ScreenShot.PS.png b/.screen-shots/ScreenShot.PS.png new file mode 100644 index 00000000..a05ce8d3 Binary files /dev/null and b/.screen-shots/ScreenShot.PS.png differ diff --git a/.screen-shots/ScreenShot.TELNET.png b/.screen-shots/ScreenShot.TELNET.png new file mode 100644 index 00000000..64f8b035 Binary files /dev/null and b/.screen-shots/ScreenShot.TELNET.png differ diff --git a/_Pics/A2osX Color Guide.md b/_Pics/A2osX Color Guide.md index df1262fb..12bbf372 100644 --- a/_Pics/A2osX Color Guide.md +++ b/_Pics/A2osX Color Guide.md @@ -1,12 +1,12 @@ # A2osX Color Guide -### Updated December 17, 2019 +### Updated February 10, 2020 This Guide provides information on the colors used for the logos supplied with A2osX. This Guide is an internatl document to capture the RGB values of used in all the logos. ## Color Palette -![](./PALETTE.bmp) +![](../_Pics/PALETTE.bmp) | Color | Red | Green | Blue | Web |