Updated Images based on build 1671 and some doc updates.

This commit is contained in:
Patrick Kloepfer 2019-10-24 22:38:34 -04:00
parent dcca0c929b
commit 29a219bcfa
8 changed files with 17 additions and 10 deletions

View File

@ -460,7 +460,7 @@ The ARP command can displays the current ARP cache or you can use it to setup a
| ----- |
| DNSINFO [HOST IP] |
The DNSINFO command can display the current DNS cache or setup a new static DNS entry. When adding an entry, HOST is typically a fully qualified domain name such as **server.acme.com** and IP is a standard IP4 address such as 10.0.0.77. Network services must be started to use this command.
The DNSINFO command can display the current DNS cache or setup a new static DNS entry. When adding an entry, HOST is typically a fully qualified domain name such as **server.acme.com** and IP is a standard IP4 address such as 10.0.0.77. Network services must be started to use this command. If you run this command for a Host with 1 IP Address, you can run the command again for the same host but with a new IP address and the DHS table will be updated appropriately. Note, once you add a host to the DNS table this way, you must reboot your system to clear the entry from memory.
### HTTPD

View File

@ -27,7 +27,7 @@ Special Keys
| BACKSPACE | Deletes character under the cursor. Note this key does not exist on Apple keyboards, but may on terminals connected via an SSC or through a Telnet Session |
| DELETE | Deletes character to left of cursor and moves cursor/rest of line to the left |
| Control-C | Erases entire command line |
| Control-D | Exits SHell and if the top most SHell logs you out of your session |
| Control-D | Exits Shell and if the top most Shell logs you out of your session |
| Control-Z | Deletes character under the cursor |
| Up Arrow | Displays previous command from history. Multiple Up Arrows scrolls progressively through history |
| Down Arrow | Displays next command from history. Multiple Down Arrows scrolls progressively through history |
@ -46,6 +46,11 @@ Special Variables
Scripts
Calling other scripts
calling scripts with . (dot space) before script name from within a script
loading functions this way
Redirection
## Advanced Display Techniques

View File

@ -217,7 +217,9 @@ First check that your system meets the minimum hardware requirements. Download
- If the A2osX media is set as the boot device, A2osX will load automatically.
- If your volume, say /MYHD boots to ProDOS and then BASIC.SYSTEM you can then type PREFIX /FULLBOOT and press return and then -A2OSX.SYSTEM and press return, this will load A2osX.
- If your volume boots to a Program selection, simply change the Volume to /FULLBOOT and select A2OSX.SYSTEM to run, A2osX will load.
- Once A2osX fully loads, you will be greeted as the the Root User and presented a shell prompt. You can then enter these commands to put A2osx on your Volume **/MYHD** (replace MYHD in this example with your actual volume name).
- Once A2osX fully loads, you will be greeted as the the Root User and presented a shell prompt.
You can then enter these commands to put A2osx on your Volume **/MYHD** (replace MYHD in this example with your actual volume name).
/FULLBOOT/ROOT/$ MD /MYHD/A2OSX
/FULLBOOT/ROOT/$ CD ..
@ -225,15 +227,15 @@ First check that your system meets the minimum hardware requirements. Download
/FULLBOOT/$ ECHO "PREFIX /MYHD/A2OSX" > /MYHD/AOSX
/FULLBOOT/$ ECHO "-A2OSX.SYSTEM" >> /MYHD/AOSX
All of the commands above are documented in the A2osX Command Guide or the Shell Developers Guide, but briefly:
- MD creates a sub-directory on your volume named A2OSX
- CD .. moves up one directory level. The ROOT subdirectory is the home directory for the root user. We move up to the FULLBOOT volumes main directory so that the CP (copy) command issued next will copy all the files on this volume.
- CP copies files and in this case recursively (-R option) selecting all files (* wildcard) and puts them in the destination we created early /MYHD/A2OSX
- The next two lines create a bat file, or in ProDOS/BASIC terms an EXEC file that will first change the PREFIX to our new A2OSX subdirectory and then launch A2osX. Note the first line use > which will create a file and the 2nd uses >> which appends to a file. Also note that we named the file AOSX and not A2OSX as the laters name is already used by the sub-directory we created.
### Configuring A2osX
Installing on your own media / Selecting your Media
Check that you have enough free space if you are installing to your own ProDOS volume. For the base A2osX boot you need under 200K of free space, but a complete install may take a megabyte or more.
Configure
Explore
Find out more
MAN
Additional resources
### Exploring A2osX
### Networking

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.