diff --git a/README.md b/README.md index 6360a5dd..8e825107 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/_Docs/KERNEL.md b/_Docs/KERNEL.md index 5bfa4606..6bc1c674 100644 --- a/_Docs/KERNEL.md +++ b/_Docs/KERNEL.md @@ -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