Commit Graph

214 Commits

Author SHA1 Message Date
Rémy GIBERT
eafa4da73f Kernel version 0.9 : pLib & pLibJmp removed 2017-03-27 17:32:30 +02:00
Rémy GIBERT
7d61543721 Kernel version 0.9 : TCP, bugfix in SEQ & ACK (#1) 2017-03-27 08:28:25 +02:00
Rémy GIBERT
b4f18d1aec Kernel version 0.9 : TCP & SKT, added code for TCP conn. close 2017-03-24 17:27:44 +01:00
Rémy GIBERT
1440f681a8 Kernel version 0.9 : TCP, fix in PutC & ACK flag 2017-03-24 08:31:30 +01:00
Rémy GIBERT
95844e1698 Kernel version 0.9 : TCP & SKT, bugfix and optimization in TCP.OUT 2017-03-23 17:41:36 +01:00
Rémy GIBERT
0ff04e7815 Kernel version 0.9 : TCP, fix in PutC not writing in the right buffer ;-) 2017-03-23 08:32:11 +01:00
Rémy GIBERT
68110dc42a Kernel version 0.9 : TCP, bugfix in TCP.OUT new ACK computation 2017-03-22 17:39:01 +01:00
Rémy GIBERT
c851c10d52 Kernel version 0.9 : new NET.I.txt file, now A2osX.I.txt smaller, opt & fix in TCP 2017-03-21 22:54:59 +01:00
Rémy GIBERT
63883ea19d Kernel version 0.9 : Block Device Support, added Smartport 2017-03-21 17:29:15 +01:00
Rémy GIBERT
82b83a26e8 Kernel version 0.9 : Block Device Support, Disk II & Generic BLk ok 2017-03-20 17:54:27 +01:00
Rémy GIBERT
a3c4b4f1fc Kernel version 0.9 : TCP, ACK problem solved! some additional fixes including corrected TCP payload length computation 2017-03-19 22:47:54 +01:00
Rémy GIBERT
e61879d840 Kernel version 0.9 : UTHERNET, Rewritten driver optimized for speed 2017-03-17 17:50:32 +01:00
Rémy GIBERT
97da1b9d5e Kernel version 0.9 : TCP, still investigating missing ACK problem 2017-03-17 08:22:37 +01:00
Rémy GIBERT
d2ceda42bb Kernel version 0.9 : Investigating missed frames in TCP 2017-03-16 17:59:24 +01:00
Rémy GIBERT
36799257be Kernel version 0.9 : TCP, added FRAME DUMP to solve the missing ACK problem 2017-03-16 08:32:24 +01:00
Rémy GIBERT
2406290d59 Kernel version 0.9 : BLOCK DEVICES, extended S.DEV struct to store ROM entry point,BUS/DEV....moved the whole code to 16 Bytes S.DEV (Max 32 devices) 2017-03-15 17:44:15 +01:00
Rémy GIBERT
cfac8b4821 Kernel version 0.9 : TCP, bugfix in GetCA byte counter trashing stack 2017-03-15 08:30:01 +01:00
Rémy GIBERT
4b37165b93 Kernel version 0.9 : TCP, bugfix in GetCA not ACKnoledging properly 2017-03-15 07:58:13 +01:00
Rémy GIBERT
6324272f4f Kernel version 0.9 : Implementing Block Device Support 2017-03-14 17:47:02 +01:00
Rémy GIBERT
0769677e5a Kernel version 0.9 : TCP, bugfix in TELNETD/NETSTAT 2017-03-14 08:32:31 +01:00
Rémy GIBERT
89f0b22a7a Kernel version 0.9 : Implementing Block Device Support 2017-03-13 17:55:43 +01:00
Rémy GIBERT
6a05b3a3bb Kernel version 0.9 : TCP Client sockets 2017-03-13 08:07:07 +01:00
Rémy GIBERT
eb7b12f642 Kernel version 0.9 : TCP, more rewrite & bugfix 2017-03-10 17:35:54 +01:00
Rémy GIBERT
18a554a9d7 Kernel version 0.9 : TCP, added TCB explicit structure out of SKT 2017-03-09 17:38:27 +01:00
Rémy GIBERT
635529e795 Kernel version 0.9 : TCP & MkNodA 2017-03-09 08:11:44 +01:00
Rémy GIBERT
30cdf5a6c8 Kernel version 0.9 : LIBTCPIP development resuming.... 2017-03-07 17:40:32 +01:00
Rémy GIBERT
7b0b304d27 Kernel version 0.9 : BugFix in LS preventing showing first entry in directories. 2017-03-07 15:05:23 +01:00
Rémy GIBERT
12f266493c Kernel version 0.9 : More BugFix in EDIT, Status line 2017-03-06 21:45:56 +01:00
Rémy GIBERT
b24e053fee Kernel version 0.9 : More BugFix in EDIT 2017-03-06 21:08:38 +01:00
Rémy GIBERT
01eebfd159 Kernel version 0.9 : EDIT improved ANSI/VT100 support, bugfix 2017-03-06 17:58:05 +01:00
Rémy GIBERT
528af99550 Kernel version 0.9 : BugFix in EDIT help screen & other 2017-03-04 09:30:09 +01:00
Rémy GIBERT
878d0d5268 Kernel version 0.9 : Telnet ECHO mode and other IAC stuff 2017-03-03 17:37:15 +01:00
Rémy GIBERT
41e62bf292 Kernel version 0.9 : BugFix in VBL & IrqMgr 2017-03-02 23:14:04 +01:00
Rémy GIBERT
a8fec4ccfa Kernel version 0.9 : Investigzting Terminal types... 2017-03-01 16:22:00 +01:00
Rémy GIBERT
0bbbeac390 Kernel version 0.9 : CR/LF migration (Telnet) 2017-03-01 11:31:19 +01:00
Rémy GIBERT
fceb9a7c08 Kernel version 0.9 : CR/LF migration (Telnet) 2017-02-28 17:58:36 +01:00
Rémy GIBERT
e54b6e59dc Kernel version 0.9 : CP/MV/RM , fixed a memory leak with DstPath 2017-02-27 15:18:03 +01:00
Rémy GIBERT
d9637361b9 Kernel version 0.9 : CP/MV/RM migration OK 2017-02-26 19:34:00 +01:00
Rémy GIBERT
d178bd75f7 Kernel version 0.9 : CP/MV/RM , implementing -Y 2017-02-24 17:34:02 +01:00
Rémy GIBERT
a9ba29a701 Kernel version 0.9 : CP/MV/RM, more bug fix 2017-02-24 08:46:53 +01:00
Rémy GIBERT
69cf7bf321 Kernel version 0.9 : CP/MV/RM, bugfix and improved Error messages 2017-02-23 17:43:42 +01:00
Rémy GIBERT
76d1721df4 Kernel version 0.9 : CP/MV/RM, bug fix in RM <DIR> 2017-02-23 08:42:48 +01:00
Rémy GIBERT
f818be145b Kernel version 0.9 : CP/MV/RM Migrated, now Debug 2017-02-22 17:32:02 +01:00
Rémy GIBERT
7bfae9c0b0 Kernel version 0.9 : CP/MV/RM.... 2017-02-22 08:31:16 +01:00
Rémy GIBERT
44b6d67670 Kernel version 0.9 : CP/LS Migration in progress 2017-02-21 18:01:30 +01:00
Rémy GIBERT
d0da32942b Kernel version 0.9 : BugFix in KM.NSC preventing MLI.CREATE to work properly when using a buffer at $200 2017-02-21 08:52:27 +01:00
Rémy GIBERT
0ca506566b Kernel version 0.9 : Migrating CP/MV commands, and shorter A2OSX.STARTUP file for debug 2017-02-20 18:16:23 +01:00
Rémy GIBERT
a190169a07 Kernel version 0.9 : Change in NIC detection/reset 2017-02-19 21:14:09 +01:00
Rémy GIBERT
af6df48f4e Kernel version 0.9 : Ramworks Driver, fix the detected memory size not displayed properly 2017-02-19 12:22:00 +01:00
Rémy GIBERT
49251c4cdf Kernel version 0.9 : Scan only 128 pages, fix the detection problem on real RW III? 2017-02-18 23:23:00 +01:00