A2osX/README.md

79 lines
2.2 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
## 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-12 20:35:52 +00:00
## SBIN,Daemons:
| Name.DRV | Status | Comment |
| -------- | ------ | ------- |
| INSDEV | Working | |
| GETTY | Working | |
| LOGIN | In Progress | no auth using /etc/passd yet |
| TCPIP | In Progress | |
| DHCPCLNT | Working | |
| SHELL | Working | BUG: History nav|
## DRV,Drivers:
2016-01-11 15:17:06 +00:00
| Name.DRV | Status | Comment |
| -------- | ------ | ------- |
| Console.DRV | Working | ANSI support in Progress. |
2016-01-12 20:35:52 +00:00
| PPIC.DRV | In Progress | |
| SSC.DRV | In Progress | |
| SSC.I.DRV | In Progress | |
2016-01-11 15:17:06 +00:00
| Mouse.DRV | Working | |
| Uthernet.DRV | Working | |
| UthernetII.DRV | In Progress | |
| LanCeGS.DRV | In Progress | |
2016-01-12 20:35:52 +00:00
| Mouse.DRV | Working | |
2016-01-25 19:48:22 +00:00
| DHGR.DRV | In Progress | except bitblt... |
2016-01-12 20:35:52 +00:00
## Internal Shell commands:
| Name | Status | Comment |
| ---- | ------ | ------- |
| CD | Working | |
| SET | Working | |
| DATE | Working | |
| TIME | Working | |
| EXIT | Working | |
| TYPE | Working | |
| PAUSE | Working | |
| ECHO | Working | |
## BIN,External Shell commands:
| Name | Status | Comment |
| ---- | ------ | ------- |
2016-01-25 19:48:22 +00:00
| MEM | Working | |
2016-01-12 20:35:52 +00:00
| LSDEV | Working | |
2016-01-25 19:48:22 +00:00
| PS | Working | |
| MD | Working | |
2016-01-12 20:35:52 +00:00
| RM | Working | |
2016-01-25 19:48:22 +00:00
| LS | Working | BUG: `ls dir` does not list dir content (`ls dir/` works) |
| CP | | |
| ARP | Working | |
2016-01-12 20:35:52 +00:00
| PING | Working | |
2016-01-25 19:48:22 +00:00
| DNSINFO | In Progress | |
| NETINFO | Working | |
| NETSTAT | Working | |
| RPCINFO | In Progress | |
2016-01-12 20:35:52 +00:00
| EDIT | In Progress | BUG: DEL |
2016-01-25 19:48:22 +00:00
| NSCUTIL | Working | Tool for setting time in NSC/DL1216E |
| ASM | In Progress | S-C MASM based multi CPU assembler |
2016-01-11 12:58:19 +00:00
2016-01-25 19:48:22 +00:00
## Misc
###S-C MASM color scheme for Notepad++
...drop _Tools/userDefineLang.xml in %APPDATA%\Notepad++
;-)