Multi Tasking OS for Apple IIe //c IIgs : Link to 0.93 RELEASE version ->
Go to file
Patrick Kloepfer 10b60be935 Updated make stuff 2021-07-09 11:35:53 -04:00
.Docs Updating admin files 2021-07-07 13:31:08 -04:00
.Floppies Updated make stuff 2021-07-09 11:35:53 -04:00
.Fonts
.Tools Kernel 0.94++ 2021-05-24 15:27:51 +02:00
.screen-shots 2020-02-10 17:06:36 -05:00
ADMIN Updated make stuff 2021-07-09 11:35:53 -04:00
BIN ACOS:BugFix, added GET 2021-07-09 15:54:42 +02:00
CTESTS 2021-04-15 16:44:05 -04:00
DRV Kernel 0.94++ 2021-06-05 17:48:54 +02:00
ETC Kernel 0.94 2020-07-27 10:57:42 +02:00
EXAMPLES Kernel 0.94++ 2021-06-05 17:48:54 +02:00
HELP 2021-04-15 16:44:05 -04:00
INC ACOS:BugFix, added GET 2021-07-09 15:54:42 +02:00
INCLUDE Kernel 0.94++ 2021-05-30 22:34:03 +02:00
LIB ACOS:Major update, CHTYP:added PAK support 2021-07-07 16:29:10 +02:00
MAKE Updated make stuff 2021-07-09 11:35:53 -04:00
ProDOS.203 Kernel 0.93+ 2019-12-09 16:53:14 +01:00
ProDOS.FX CIFS, UNAME -h -v switches, KERNEL IRQ manager, bugfix & bytes saved in CP,RM,MV 2021-06-26 22:24:25 +02:00
SBIN BBSD & ACOS INPUT, SHUTDOWN with args, bobbi's stuff 2021-07-05 21:15:15 +02:00
SHARED BugFix: IPCONFIG, STAT, EDIT, CIFS 2021-06-30 21:09:07 +02:00
SRV Kernel 0.94 2020-07-25 09:05:25 +02:00
SYS CIFS/EDIT fix Part1 2021-07-03 19:18:58 +02:00
TESTS Updated make stuff 2021-07-09 11:35:53 -04:00
_Pics Kernel 0.94 2020-08-30 19:50:57 +02:00
.gitattributes Update .gitattributes 2020-02-13 13:32:39 +01:00
A2osX.S.QC.txt BBSD & ACOS INPUT, SHUTDOWN with args, bobbi's stuff 2021-07-05 21:15:15 +02:00
A2osX.S.txt Kernel 0.94+ 2021-03-17 20:49:39 +01:00
LICENSE Committing updated TESTS and MAKE files as well as my current disk images. Many issues with TESTS (many mine, some to ask RG about). 2019-02-13 23:45:39 -05:00
README.md Updated readme for 0.94 pre announcement 2020-05-24 14:22:59 -04:00
_config.yml

README.md

A2osX Multi-Tasking OS for Apple II

Updated May 24, 2020

A2osX 0.94

If you would like to see more screen shots of A2osX click here.

Introduction

A2osX is an operating, programming and execution environment for the 128K Enhanced Apple //e and Apple //gs series of computers. While layered atop of ProDOS, taking advantage of all ProDOS block devices and MLI calls; A2osX is much more than an application or command shell. Written in 65C02 assembly for speed of execution and efficient memory management; A2osX is a multitasking and yes multi-user development environment bringing many of today's server operating system features to our venerable vintage 8-bit systems.

The foundation of A2osX enabling its multi-user multitasking capabilities is a reusable set of APIs and LIBs (written in Assembly) that all programs can and do use which make them very lean and fast. For instance, there is one network API that any program can call which in turn handles the I/O to different brands of LAN cards via a set of drivers. In addition, multiple programs can be using the network at the same time such as the TELNETD server and the TELNET client. A key benefit is that code for each program is smaller because the network API is doing a great deal of the work. With CORE APIs like printf and LIBs such as Network loaded only once (much like a DLL in Windows) memory is conserved, providing more resources to support your A2osX programs.

Requirements

A2osX is designed to work on any 128k Enhanced Apple //e or newer computer. Specifically, A2osX relies on the enhanced instruction set found in the 65C02 processor (this includes the 65C816 found in the //GS). A2osX will not run on an Apple ][ or ][+, a non enhanced //e or on systems without at least 128K of memory. A2osX does not require any special hardware cards, but does support and its operation can be enhanced with the presence of a mass storage devices (any ProDOS block device), a network card, Super Serial Card and/or a Time Card.

Consult the documentation section below to find other resources available to you for learning how to install, use, develop and test A2osX. The Hardware section of the User Guide contains more information on tested and supported hardware.

News

The A2osX Team is preparing to issue the first Stable Alpha of A2osX Version 0.94. This new version will include an updated version of ProDOS FX, further kernel enhancements to improve memory usage and for the first time an included Assembler so developers can edit, assemble and test problems all from with A2osX. We are inviting interested developers and testers to please join our A2osX Slack channel to get release announcements, learn more about new features, get support and provide feedback. An invite to our Slack channel can be found here.

If you would like to read all the past news articles for A2osX, you can read the news article found here.

Visit us at A2osX

This is just a place holder and plug for our A2osX internet site. Stay tuned here for news about this site. We have created a Page to discuss A2osX on Facebook and have a new Twitter handle to test new A2osX features which will soon be used as a messaging channel, so please follow. We have created a new forum for discussing A2osX, features, examples, use cases, etc. It can be found on Google Groups.

Disk images

You can use and/or install A2osX from the media in our Media directory found here. Provided media includes Release, RC (Release Candidate), Stable and Bleed (Cutting Edge) editions in 140K, 800K and 32MB images. Please consult our Media Guide for more information.

Documentation

The A2osX team is pleased to report that great strides have been made in terms of documentation. While much of it is in draft form, there is a new Users Guide, Developers Guide, Shell Developers Guide, Technical Spec and Command Guide. Work continues to expand and enhance the documentation for A2osX. While still under construction, it is provided to you to bring you as much information about A2osX as quickly as possible. We happily welcome any help and contributions from others to this or any area of the A2osX project. The repository all A2osX documentation can be found here. This directory includes the system generated specifications for all the A2osX APIs as well as all our other documentation.

Technical Documentation

There are two types of Technical Documentation available. First there is the Automatically Generated Documentation that is created from the source code of A2osX. These documents capture all the internal A2osX APIs and system calls available to the A2osX programmer. Developers should scan through these documents before beginning any A2osX project. In addition, please make sure you look at the programming template file that is the best start to any A2osX program; it can be found here.

In addition, there is the developer generated Technical Specifications that document the internal and external A2osX commands, utilities and shell language. The master technical spec file can be found here.

How You Can Help

The A2osX Team welcomes your help in making this the best operating environment for the Apple 2! Specifically, the more users who can test the most current RELEASE, CANDIDATE or STABLE media on their unique hardware and report back their findings, the better A2osX becomes. In additions, comments on, suggestions, or contributions to our documentation are greatly appreciated. Lastly, A2osX would not be what it is without our great core development team. We could certainly use more developers, especially in Assembly (S-C Assembler familiar even better) to contribute new utilities, applications and features for A2osX.

License

A2osX is licensed under the GNU General Public License.

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

The full A2osX license can be found Here.

Copyright 2015 - 2020, Remy Gibert and the A2osX contributors.