diff --git a/.Floppies/A2OSX.BOOT.po b/.Floppies/A2OSX.BOOT.po index 1021dea6..0b757e22 100644 Binary files a/.Floppies/A2OSX.BOOT.po and b/.Floppies/A2OSX.BOOT.po differ diff --git a/.Floppies/A2OSX.BUILD.po b/.Floppies/A2OSX.BUILD.po index b4b41e8f..82ecaf56 100644 Binary files a/.Floppies/A2OSX.BUILD.po and b/.Floppies/A2OSX.BUILD.po differ diff --git a/.Floppies/A2OSX.SRC.po b/.Floppies/A2OSX.SRC.po index d16a23a6..92019e1f 100644 Binary files a/.Floppies/A2OSX.SRC.po and b/.Floppies/A2OSX.SRC.po differ diff --git a/LIB/LIBTCPIP.S.SKT.txt b/LIB/LIBTCPIP.S.SKT.txt index 3dc49c1d..64b9da7d 100644 --- a/LIB/LIBTCPIP.S.SKT.txt +++ b/LIB/LIBTCPIP.S.SKT.txt @@ -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... diff --git a/README.md b/README.md index 7bfb57c7..c04e22c8 100644 --- a/README.md +++ b/README.md @@ -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.