Kernel 0.9.2

This commit is contained in:
Rémy GIBERT 2018-09-06 09:45:50 +02:00
parent 2095b673f1
commit 48de9cd294
5 changed files with 8 additions and 7 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -352,9 +352,10 @@ SKT.Read.I jsr SKT.Get.I
ldy #S.SOCKET.TCP.STATUS
lda (ZPPtrSKT),y
cmp #S.SOCKET.TCP.STATUS.FINWT2
cmp #S.SOCKET.TCP.STATUS.ESTBLSH
bcc .92 Not yet established...no data
bne .91 closing...IO err
cmp #S.SOCKET.TCP.STATUS.FINWT2
bcs .91 closing...IO err
jsr SKT.GetDataFromSktIn
rts if CS, No data...

View File

@ -1,9 +1,5 @@
# A2osX (0.92) Multi-Tasking OS for Apple II
**!Version 0.9.1 archived!**
**USE 0.9.1 CODE LEVEL FOR PREVIEW here : https://github.com/burniouf/A2osX/tree/0.9.1**
## Disk images :
+ **A2OSX.BOOT.po** : **(0.92)** 140k BOOT disk image with all binaries
@ -11,7 +7,11 @@
+ **A2OSX.BUILD.po** : **(0.92)** 800k BOOT disk image with S-C MASM 3.0 and all binaries (BOOT+DEV)
+ **A2OSX.SRC.po** : **(0.92)** 800k disk image with all sources
## Latest News 2018-07-20
## Latest News 2018-09-06
0.92 stable enough to resume play with.
## News 2018-07-20
Kernel & some BINs/SBINs migrated to 0.92.