mirror of
https://github.com/A2osX/A2osX.git
synced 2025-02-06 14:30:08 +00:00
gather po files inside a folder
This commit is contained in:
parent
4f2f586610
commit
75992f07f9
35
README.md
35
README.md
@ -1,21 +1,22 @@
|
||||
# A2osX (0.9)
|
||||
Multi-Tasking OS for Apple II
|
||||
|
||||
## Requires :
|
||||
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" 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.
|
||||
(Well, GSosX, 16 bits equivalent for IIgs, another project which is "cooking" in my mind, could do it!)
|
||||
Kernel, loading in Aux LC on top of ProDOS provide API inspired from Linux/Unix World to allow writing applications & command line tools on top of it.
|
||||
This kernel provides an advanced "Memory Manager" able to relocate 65c02 code.
|
||||
"Event Manager" makes TCPIP stack able to listen on several ports, manage ARP,DNS...cache expiration and any background processes.
|
||||
"Task Manager" is responsible to "distribute" CPU time to several loaded processes.
|
||||
Multi-Tasking OS for Apple II
|
||||
|
||||
## Requires :
|
||||
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" 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.
|
||||
(Well, GSosX, 16 bits equivalent for IIgs, another project which is "cooking" in my mind, could do it!)
|
||||
Kernel, loading in Aux LC on top of ProDOS provide API inspired from Linux/Unix World to allow writing applications & command line tools on top of it.
|
||||
This kernel provides an advanced "Memory Manager" able to relocate 65c02 code.
|
||||
"Event Manager" makes TCPIP stack able to listen on several ports, manage ARP,DNS...cache expiration and any background processes.
|
||||
"Task Manager" is responsible to "distribute" CPU time to several loaded processes.
|
||||
"Device Manager" handles event collected from builtin devices as well as devices added by loadable drivers.
|
||||
|
||||
If you're 65c02 or Z80 code writer, how to contribute ?
|
||||
|
Loading…
x
Reference in New Issue
Block a user