From 382faf0ff32fdc1b7323f7c1e5620ce306ec308e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20GIBERT?= Date: Mon, 14 Nov 2016 11:32:51 +0100 Subject: [PATCH] Kernel version 0.8 : Docs --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4b2001eb..fb041f86 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,9 @@ Multi-Tasking OS for Apple II Enhanced IIe (65c02 cpu) with 128k, //c, IIgs ## Introduction... A2osX is a cooperative, event-driven multitasking kernel (meaning it is applications that are responsible to give back control to kernel) -Its principal goal is to collect all "genius" pieces of 65c02 code in the same environment that were written here and there but never put all together -(IP Stack, GUI, hardware support....) +Its principal goal is to collect all "genius" 65c02 pieces of code ever written here and there, concentrated in the same environment. +(including IP Stack & HTTPD/TELNETD..., GUI & graphical tools...) +"Complete working place", no needing any more to reboot to switch between tons of diskettes!!! A2osX is designed to work on any "stock" 128k Apple //e with no hardware modification. As VBL signal is NOT available as an IRQ on //e (it is on //c & IIgs) it makes preemptive multitasking impossible. @@ -26,7 +27,7 @@ Several subprojects are now indentified : + TCPIP stack : TCP still missing! + AppleTalk Support + GUI & Printing -+ Disk Image transfer tools (ADT client!) ++ Archive, Disk Image transfer tools (ADT client!)... + Question : Pascal or C Compiler? + ...sure there is some more!