Learning MMD.. ;-)

This commit is contained in:
Rémy GIBERT 2016-01-11 12:03:39 +01:00
parent 03fd2c4830
commit 41f58aa6fe

View File

@ -11,35 +11,40 @@ A2OSX.SRC.po : 800k S-C MASM boot disk with all sources
OApple+1,OApple+2,OApple+3 to switch between screens : Kernel Log, text, DHGR. OApple+1,OApple+2,OApple+3 to switch between screens : Kernel Log, text, DHGR.
(OApple+shift+1,OApple+shift+2,OApple+shift+3 on FR keyboard) (OApple+shift+1,OApple+shift+2,OApple+shift+3 on FR keyboard)
## Shell commands: ## Internal Shell commands:
### internal: | Name | Status | Description |
CD | = | = | = |
SET | CD | | |
DATE | SET | | |
TIME | DATE | | |
EXIT | TIME | | |
TYPE | EXIT | | |
PAUSE | TYPE | | |
ECHO | PAUSE | | |
### external: | ECHO | | |
INSDEV ## External Shell commands:
LS | Name | Status | Description |
MEM | = | = | = |
LSDEV | INSDEV | | |
MD | LS | | |
RM | MEM | | |
NETINFO | LSDEV | | |
PS | MD | | |
ARP | RM | | |
PING | NETINFO | | |
DNSINFO | PS | | |
EDIT | ARP | | |
| PING | | |
| DNSINFO | | |
| EDIT | | |
## Supported Hardware At Kernel Level (ProDOS): ## Supported Hardware At Kernel Level (ProDOS):
NosSlotClock NosSlotClock
Ramworks I,II,III Ramworks I,II,III
## Drivers: ## Drivers:
SSC | Name | Status | Description |
Uthernet | = | = | = |
| SSC.DRV | | |
| Uthernet.DRV | | |