Multi Tasking OS for Apple IIe //c IIgs : Link to 0.93 RELEASE version ->
Go to file
2016-07-22 16:11:13 +02:00
_Tools Tools 2016-01-25 20:48:22 +01:00
BIN Kernel Rewrite #6.2 2016-06-24 08:02:32 +02:00
DRV GUI:Work in progress 2016-07-22 16:11:13 +02:00
ETC New syntax: DNS1/DNS2 2016-01-09 23:35:03 +01:00
INC KERNEL:Cleanup to make room for DHGR Driver 2016-06-24 17:02:13 +02:00
LIB GUI:preliminary reorg 2016-06-15 17:58:45 +02:00
SBIN GUI:Work in progress 2016-07-22 16:11:13 +02:00
SYS KERNEL:Cleanup to make room for DHGR Driver 2016-06-24 17:02:13 +02:00
_MAKEDIR.txt Kernel Rewrite #6.1 2016-06-15 08:21:42 +02:00
_MAKESYS.txt Kernel Rewrite #6 2016-06-07 08:10:18 +02:00
_RUN.txt new batch 2016-02-21 21:50:40 +01:00
A2OSX.BOOT.po KERNEL:Cleanup to make room for DHGR Driver 2016-06-24 17:02:13 +02:00
A2OSX.DEV.po Kernel Rewrite #6.1 2016-06-15 08:21:42 +02:00
A2osX.S.GP.txt LOADDER:cleanup... 2016-03-13 22:55:47 +01:00
A2osX.S.KM.txt LOADDER:cleanup... 2016-03-13 22:55:47 +01:00
A2osX.S.QC.txt Kernel Rewrite #6 2016-06-07 08:10:18 +02:00
A2osX.S.TOOLS.txt LOADDER:cleanup... 2016-03-13 22:55:47 +01:00
A2osX.S.txt Kernel Rewrite #6 2016-06-07 08:10:18 +02:00
A2OSX.SRC.po KERNEL:Cleanup to make room for DHGR Driver 2016-06-24 17:02:13 +02:00
A2osX.STARTUP.txt Kernel Rewrite #6 2016-06-07 08:10:18 +02:00
README.md KERNEL:Cleanup to make room for DHGR Driver 2016-06-23 18:05:15 +02:00
ScreenShot.IP1.bmp Kernel Rewrite #6.1 2016-06-15 08:21:42 +02:00
ScreenShot.IP2.bmp Kernel Rewrite #6.1 2016-06-15 08:21:42 +02:00
X.PRINTF.S.txt Kernel Rewrite #6 2016-06-07 08:10:18 +02:00

A2osX

Multi-Tasking OS for Apple II

Requires :

Enhanced IIe (65c02 cpu) with 128k, //c, IIgs

General Information:

A2OSX.BOOT.po : 140k A2osX boot disk with all binaries
A2OSX.DEV.po : 140k A2osX disk will ASM binaries & INClude files
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+shift+1,OApple+shift+2,OApple+shift+3 on FR keyboard)

**** Developers WANTED ****

!!! Help on writing this code should be greatly appreciated !!!

... In Progress : moving TCPIP to socket API In Progress : moving KERNEL to AuxLC Bnk1 & 2 (16k, more space for drivers) ...

SYS/KM* Supported Hardware At Kernel Level (ProDOS):

KM.Name Status Comment
KM.NSC Working No-Slot-Clock
KM.RAMWORKS Working AE-Ramworks I,II,III

SBIN,Daemons:

Name.DRV Status Comment
INSDEV Working
GETTY Working
LOGIN In Progress no auth using /etc/passd yet
TCPIP In Progress New Socket API. ARP,IP,ICMP,UDP ok, TCP in progress
DHCPCLNT Working rewritten to use new Socket API
SHELL Working (See Internal Shell commands)

DRV,Drivers:

Name.DRV Status Comment
Console.DRV Working ANSI support in Progress.
PIC.DRV In Progress Apple "Parallel Interface Card" Driver, renamed from PPIC.DRV
SSC.DRV In Progress
SSC.I.DRV In Progress
Mouse.DRV Working
Uthernet.DRV Working
Uthernet2.DRV Working
Uther2.AI.DRV In Progress With ARP/IP Offloading
LanCeGS.DRV Working
Mouse.DRV Working
DHGR.DRV In Progress except bitblt...

Internal Shell commands:

Name Status Comment
CD Working
DATE Working
ECHO Working
EXIT Working
IF
PAUSE Working
READ
TIME Working
TYPE Working
SET Working
STARTPROC Working Used in A2osX.startup

BIN,External Shell commands:

Name Status Comment
MEM Working
LSDEV Working
PS Working
MD Working
RM Working switches not yet implemented, new ArgC/Arg[] coming...
LS Working BUG: ls dir does not list dir content (ls dir/ works)
CP Working switches not yet implemented, new ArgC/Arg[] coming...
ARP Working dump ARP cache, setup a static ARP entry
PING Working
DNSINFO Working dump DNS cache, setup a static DNS entry
IPCONFIG Working renamed from NETINFO
NETSTAT Working
RPCDUMP Working tool based on UDP socket API, renamed from RPCINFO
EDIT Working still missing : find/replace
NSCUTIL Working Tool for setting time in NSC/DL1216E
ASM In Progress S-C MASM based multi CPU assembler

Misc

S-C MASM color scheme for Notepad++

...drop _Tools/userDefineLang.xml in %APPDATA%\Notepad++
;-)