This commit is contained in:
Rémy GIBERT 2017-01-12 18:49:55 +01:00
parent bae3f91aab
commit b081d3a3cd
2 changed files with 17 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# A2osX
# A2osX (0.9)
Multi-Tasking OS for Apple II
## Requires :
@ -38,8 +38,10 @@ Several subprojects are now indentified :
## General Information:
Kernel 0.8 is out.
** Kernel 0.9 complete rewrite in progress **
(Kernel 0.8 has been archived)
It is confined in Aux LC Bank 1 & 2 to leave enough room at $EOOO for Drivers.
Network drivers, Mouse, DHGR.DRV can load and fit in Aux LC.
Now it's time to make all external BINs use new API, then GUI development will resume.

View File

@ -58,7 +58,7 @@ Get char from StdIn
+ CC = success
+ A = char
#FPutCS
#FPutS
Print String to FILE
##In:
@ -68,7 +68,7 @@ Print String to FILE
##Out:
+ CC = success
#PutCSYA
#PutSYA
Print String to StdOut
##In:
@ -167,6 +167,16 @@ return a S.FILE for a given Device NAME
+ CC = OK, CS = ERROR
+ A = hFILE
#MkNodA
return a S.FILE for a given Socket
##IN:
+ A=hSocket
##OUT:
+ CC = OK, CS = ERROR
+ A = hFILE
#MKFIFO
return a S.FILE to a new FIFO