mirror of
https://github.com/A2osX/A2osX.git
synced 2025-02-18 00:30:40 +00:00
Kernel 0.93
This commit is contained in:
parent
aa29d2c12f
commit
d1a8e08a0a
Binary file not shown.
@ -516,6 +516,8 @@ SKT.GetDataFromSktIn
|
|||||||
|
|
||||||
jsr TCP.SetSocketTCPO.ACK Send the new WSIZE
|
jsr TCP.SetSocketTCPO.ACK Send the new WSIZE
|
||||||
|
|
||||||
|
jsr TCP.OUT.I SKT.GetTCB already called
|
||||||
|
|
||||||
>LDYA ZPTmpPtr3
|
>LDYA ZPTmpPtr3
|
||||||
clc
|
clc
|
||||||
rts
|
rts
|
||||||
|
@ -217,7 +217,7 @@ TCP.IN.JMP.ESTBLSH
|
|||||||
|
|
||||||
jsr SKT.StoreTCB success, update socket
|
jsr SKT.StoreTCB success, update socket
|
||||||
|
|
||||||
jsr TCP.SetSocketTCPO.ACK Try to ACK read DATA
|
* jsr TCP.SetSocketTCPO.ACK Try to ACK read DATA
|
||||||
|
|
||||||
* jsr TCP.OUT.I SKT.GetTCB already called
|
* jsr TCP.OUT.I SKT.GetTCB already called
|
||||||
|
|
||||||
|
@ -1275,7 +1275,7 @@ EscCodes .AZ "MDc()"
|
|||||||
EscCodes.Cnt .EQ *-EscCodes
|
EscCodes.Cnt .EQ *-EscCodes
|
||||||
CsiCodes .AS "hlmnrKH"
|
CsiCodes .AS "hlmnrKH"
|
||||||
CsiCodes.Cnt .EQ *-CsiCodes
|
CsiCodes.Cnt .EQ *-CsiCodes
|
||||||
ENQ.String .AZ "XTERM"
|
ENQ.String .AZ "xterm"
|
||||||
*--------------------------------------
|
*--------------------------------------
|
||||||
KeyRemapped .HS 05080A0B0D15 L,D,U,CR,R
|
KeyRemapped .HS 05080A0B0D15 L,D,U,CR,R
|
||||||
KeyRemappedIdx .HS 050004080C0F
|
KeyRemappedIdx .HS 050004080C0F
|
||||||
@ -1295,7 +1295,7 @@ DOWILL.CNT .EQ *-DOWILL
|
|||||||
DOWONT .DA #TELOPT.ECHO,#TELOPT.NEWENVIRON,#TELOPT.XDISPLOC,#TELOPT.TSPEED,#TELOPT.LFLOW
|
DOWONT .DA #TELOPT.ECHO,#TELOPT.NEWENVIRON,#TELOPT.XDISPLOC,#TELOPT.TSPEED,#TELOPT.LFLOW
|
||||||
DOWONT.CNT .EQ *-DOWONT
|
DOWONT.CNT .EQ *-DOWONT
|
||||||
SB.IS.TTYPE .DA #IAC,#SB,#TELOPT.TTYPE,#SB.IS
|
SB.IS.TTYPE .DA #IAC,#SB,#TELOPT.TTYPE,#SB.IS
|
||||||
.AS 'XTERM'
|
.AS "xterm"
|
||||||
.DA #IAC,#SE
|
.DA #IAC,#SE
|
||||||
SB.IS.TTYPE.LEN .EQ *-SB.IS.TTYPE
|
SB.IS.TTYPE.LEN .EQ *-SB.IS.TTYPE
|
||||||
SB.IS.NAWS .DA #IAC,#SB,#TELOPT.NAWS,#SB.IS
|
SB.IS.NAWS .DA #IAC,#SB,#TELOPT.NAWS,#SB.IS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user