A2osX/README.md

57 lines
1.3 KiB
Markdown
Raw Normal View History

2016-01-11 11:24:58 +00:00
# A2osX
Multi-Tasking OS for Apple II
## Requires :
Enh IIe (65c02 cpu) with 128k, //c, IIgs
## General Information:
**A2OSX.BOOT.DSK** : 140k A2osX boot disk will all binaries
**A2OSX.SRC.po** : 800k S-C MASM boot disk with all sources
2016-01-11 12:58:19 +00:00
2016-01-11 11:24:58 +00:00
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)
2016-01-11 12:58:19 +00:00
2016-01-11 11:24:58 +00:00
## Internal Shell commands:
2016-01-11 15:17:06 +00:00
| Name | Status | Comment |
| ---- | ------ | ------- |
2016-01-11 12:58:19 +00:00
| CD | | |
| SET | | |
| DATE | | |
| TIME | | |
| EXIT | | |
| TYPE | | |
| PAUSE | | |
| ECHO | | |
2016-01-11 11:24:58 +00:00
## External Shell commands:
2016-01-11 15:17:06 +00:00
| Name | Status | Comment |
| ---- | ------ | ------- |
2016-01-11 12:58:19 +00:00
| INSDEV | | |
| LS | | |
| MEM | | |
| LSDEV | | |
| MD | | |
| RM | | |
| NETINFO | | |
| PS | | |
| ARP | | |
| PING | | |
| DNSINFO | | |
| EDIT | | |
2016-01-11 11:24:58 +00:00
## Supported Hardware At Kernel Level (ProDOS):
2016-01-11 15:17:06 +00:00
| KM.Name | Status | Comment |
| ------- | ------ | ------- |
| KM.NSC | Working | No-Slot-Clock |
| KM.RAMWORKS | Working | AE-Ramworks I,II,III |
2016-01-11 11:24:58 +00:00
## Drivers:
2016-01-11 15:17:06 +00:00
| Name.DRV | Status | Comment |
| -------- | ------ | ------- |
| Console.DRV | Working | ANSI support in Progress. |
2016-01-11 12:58:19 +00:00
| PPIC.DRV | | |
| SSC.DRV | | |
2016-01-11 15:17:06 +00:00
| SSC.I.DRV | | |
| Mouse.DRV | Working | |
| Uthernet.DRV | Working | |
| UthernetII.DRV | In Progress | |
| LanCeGS.DRV | In Progress | |
2016-01-11 12:58:19 +00:00