Commit Graph

540 Commits

Author SHA1 Message Date
Jean-Michel Paris
75992f07f9 gather po files inside a folder 2017-04-02 23:50:20 +02:00
Jean-Michel Paris
4f2f586610 README with png files only
dedicated folder for all shots
2017-04-02 23:28:04 +02:00
Rémy GIBERT
bf22885600 Kernel version 0.9 : KERNEL.S.ENV.txt, MAJOR bur fix in $?,$$...system vars 2017-04-01 23:01:28 +02:00
Rémy GIBERT
14275e29d2 Kernel version 0.9 : FORMAT Cmd OK (without LL) 2017-03-31 17:24:42 +02:00
Rémy GIBERT
3d676326c6 Kernel version 0.9 : TCP, bugfix in SEQ & ACK (#4) 2017-03-31 08:28:43 +02:00
Rémy GIBERT
5284913187 Kernel version 0.9 : MEDIA reorganisation, FORMAT Cmd 2017-03-30 18:11:31 +02:00
Rémy GIBERT
c20ea8b40f Kernel version 0.9 : API doc cleanup 2017-03-30 11:03:23 +02:00
Rémy GIBERT
9639812b91 Kernel version 0.9 : API doc cleanup 2017-03-30 10:58:41 +02:00
Rémy GIBERT
d38f055562 Kernel version 0.9 : API doc cleanup 2017-03-30 10:55:55 +02:00
Rémy GIBERT
5157cd75d3 Kernel version 0.9 : MEDIA reorganisation #2 2017-03-30 08:31:12 +02:00
Rémy GIBERT
c33f940a8b Kernel version 0.9 : MEDIA reorganisation 2017-03-29 17:48:15 +02:00
Rémy GIBERT
b190cfe5c9 Kernel version 0.9 : TCP, bugfix in SEQ & ACK (#3) 2017-03-29 08:33:26 +02:00
Rémy GIBERT
e2e972ee7e Kernel version 0.9 : Implementing R/W to StdIn/StdOut TCP Sockets 2017-03-28 17:46:12 +02:00
Rémy GIBERT
c86aeab0c0 Kernel version 0.9 : TCP, bugfix in SEQ & ACK (#2) 2017-03-28 08:33:18 +02:00
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
cbe573c5fa Kernel version 0.9 : TCP, bugfix in Block device Status 2017-03-21 22:53:17 +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
9a65e64885 Kernel version 0.9 : .INC Cleanup 2017-03-20 09:51:16 +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
28ac2e8a66 Kernel version 0.9 : .INC Cleanup 2017-03-19 22:36:13 +01:00
Rémy GIBERT
8e2278754b Kernel version 0.9 : .INC Cleanup 2017-03-19 20:38:49 +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
99f27d1c23 Kernel version 0.9 : TCP, bugfix in recieve data ACKed to early 2017-03-14 17:46:29 +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
89058db18a Kernel version 0.9 : TCP, bugfix in SKT.Write.....and many others! 2017-03-13 16:34:56 +01:00
Rémy GIBERT
bea1c35caf Kernel version 0.9 : LIBBLKDEV Doc 2017-03-13 16:33:47 +01:00
Rémy GIBERT
07dba33f26 Kernel version 0.9 : LIBBLKDEV Doc 2017-03-13 16:05:21 +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
66d20ceba0 Kernel version 0.9 : Updated Screenshots 2017-03-07 21:15:47 +01:00
Rémy GIBERT
30cdf5a6c8 Kernel version 0.9 : LIBTCPIP development resuming.... 2017-03-07 17:40:32 +01:00
Rémy GIBERT
8e863610f5 Kernel version 0.9 : BugFix in LS preventing showing first entry in directories. 2017-03-07 16:18:34 +01:00