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-25 20:06:14 +00:00
|
|
|
### **** Developers WANTED ****
|
2016-03-13 22:05:10 +00:00
|
|
|
|
2016-01-25 20:06:14 +00:00
|
|
|
!!! Help on writing this code should be greatly appreciated !!!
|
2016-03-13 22:05:10 +00:00
|
|
|
|
2016-03-13 22:04:02 +00:00
|
|
|
...
|
2016-03-13 22:05:10 +00:00
|
|
|
In Progress : moving TCPIP to some soket API
|
|
|
|
In Progress : moving KERNEL to AuxLC Bnk1 & 2 (16k, more space for drivers)
|
2016-03-13 22:04:02 +00:00
|
|
|
...
|
2016-03-13 22:05:10 +00:00
|
|
|
|
2016-01-25 20:06:14 +00:00
|
|
|
## SYS/KM* 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 | |
|
|
|
|
| DATE | Working | |
|
2016-03-13 21:55:47 +00:00
|
|
|
| ECHO | Working | |
|
2016-01-12 20:35:52 +00:00
|
|
|
| EXIT | Working | |
|
|
|
|
| PAUSE | Working | |
|
2016-03-13 21:55:47 +00:00
|
|
|
| TIME | Working | |
|
|
|
|
| TYPE | Working | |
|
|
|
|
| SET | Working | |
|
2016-03-13 22:04:02 +00:00
|
|
|
| STARTPROC | Working | Used in A2osX.startup |
|
2016-01-12 20:35:52 +00:00
|
|
|
|
|
|
|
## 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 | |
|
2016-03-13 21:55:47 +00:00
|
|
|
| IPCONFIG | Working | renamed from NETINFO |
|
2016-01-25 19:48:22 +00:00
|
|
|
| NETSTAT | Working | |
|
2016-03-13 21:55:47 +00:00
|
|
|
| RPCDUMP | In Progress | tool based on UDP socket API, renamed from RPCINFO |
|
|
|
|
| EDIT | Working | still missing : find/replace |
|
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
|
2016-01-25 20:06:14 +00:00
|
|
|
### S-C MASM color scheme for Notepad++
|
2016-01-25 19:48:22 +00:00
|
|
|
...drop _Tools/userDefineLang.xml in %APPDATA%\Notepad++
|
|
|
|
;-)
|
|
|
|
|