diff --git a/.Docs/Command Guide.md b/.Docs/Command Guide.md index 9b77eb01..490336de 100644 --- a/.Docs/Command Guide.md +++ b/.Docs/Command Guide.md @@ -476,7 +476,9 @@ HTTPD is a server process that listens for incoming requests to server web pages | --- | --- | |HTTPGET [port]| -U Url
-F UrlFile| -The HTTPGET command is a utility for retrieving a network page or message from a specified host/URL. Network services must be started to use this command. +The HTTPGET command is a utility for retrieving a network page or message from a specified host/URL. Network services must be started to use this command. You must specify a Url to retrieve either with the -U switch or in a text file specified with the -F switch. Without a Url you will likely get a standard 404 looking web page returned as the result of this command. Typically you would use a command line like the following for httpget: + + HTTPGET www.a2osx.com -U index.html ### IPCONFIG @@ -492,7 +494,7 @@ The IPCONFIG command will display the current network configuration for your sys | ----- | | NETSTAT | -The NETSTAT command displays the current socket status of your A2osX system. Network services must be started to use this command. +The NETSTAT command displays the current socket status of your A2osX system. Network services must be started to use this command. Netstat will show the Type, Protocol, Local Port, Remote IP and Port as well as the status of any current connection. ### PING diff --git a/.Docs/User Guide.md b/.Docs/User Guide.md index dc1c552b..a8218df5 100644 --- a/.Docs/User Guide.md +++ b/.Docs/User Guide.md @@ -192,11 +192,13 @@ Minimum 140K 5.25 disk drive, 800K 3.5 strongly recommended. #### Supported Hardware -Any ProDOS Block Device (5.25 & 3.5 Floppy Drives, SmartPort Hard Drive and Ram Disks)
-NoSlot Clock or ThunderClock
-Super Serial Card
-Mouse Card
-Network Card (Uthernet I or II, LanCEgs) +Any ProDOS Block Device (5.25 & 3.5 Floppy Drives, SmartPort Hard Drive and Ram Disks)
NoSlot Clock or ThunderClock
Super Serial Card
Mouse Card
Network Card (Uthernet I or II, LanCEgs) + +While A2osX supports a many Apple II hardware devices, it is possible a conflict will occur with a particular card in your unique hardware configuration. In these cases, the conflict usually arises when A2osX attempts to load a driver for a supported device it triggers a conflict with the ROM of an unsupported card when it searches your Apple II for the appropriate card. You can tell A2osX to not search the slots containing unsupported cards using the KCONFIG utility. In addition, a DEBUG boot disk is available in our Media collection that loads the absolute minimal parts of A2osX which can help in identifying and conflicting hardware. + +> A note on Accelerator Cards: A2osX has been tested and successfully runs on Apples with accelerator cards such as the Transwarp //e, Titan, or FastChip. Care must be taken, however, in making sure that the configuration of your card is correct for your system, especially while running A2osX. First you should ensure that the FAST/SLOW switches are set to slow as is appropriate for the cards installed in your system. Specifically you must set them to slow for Floppy Controllers, Network Controllers, Mouse Cards and Super Serial Cards. If you are unsure, set the switch to slow. In addition, with the FastChip, you may need to disable the RAMFACTOR and/or RAMWORKS emulation (further testing is underway). + +**INSERT SECTION HERE ON DEBUG.po and how to use it to solve HW conflict issues** ## Getting Started @@ -404,6 +406,9 @@ This range may be reused by multiple BINs so scripts checking these results shou ### Reserved for internal Kernel Use : $FA->$FF +## Thanks + +The A2osX Development thanks the many Apple II hobbyists out there who have contributed their time and resources testing and contributing to the success of A2osX. Your efforts make a positive difference in the quality and completeness of A2osX and are greatly appreciated. A special thanks to Dan Chisarick for providing an Apple //GS system to our team for testing and setting up an A2osX Telnet Server. We would also like to thank A2Heaven for their help and support of the A2osX team testing and documenting A2osX running on Fast Chip //e equipped Apples. ## License A2osX is licensed under the GNU General Pulic License. diff --git a/.Floppies/A2OSX.MAKE.po b/.Floppies/A2OSX.MAKE.po index 97e5108f..08311da6 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 44e9cade..cadaa222 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 8d82a03b..c384edd2 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 ba77788c..2fe05f53 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 17829ef4..bd0fb053 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 28b5c9e5..daf35e62 100644 Binary files a/.Floppies/TDBOOT.po and b/.Floppies/TDBOOT.po differ