Commit Graph

134 Commits

Author SHA1 Message Date
Rémy GIBERT
62ad3573b9 Kernel version 0.9 : Change in API to conform with stdlib & stdio 2017-08-22 17:03:34 +02:00
Rémy GIBERT
2630384de2 Kernel version 0.9 : Moving API from PSTR to CSTR 2017-08-22 08:37:03 +02:00
Rémy GIBERT
8702d8c4e1 Kernel version 0.9 : LS,CP,RM,MV, bug fix dst path not printed properly
Bug Fix in SHELL, $?,$$....sysvars not printed at all
Generalized use of new MemMgr API Call in all DRV,BIN,SBIN & LIB
2017-07-06 17:30:40 +02:00
Rémy GIBERT
9c954442ad Kernel version 0.9 : LS,CP,RM,MV, Code cleanup, bug fix #28 2017-07-05 16:45:19 +02:00
Rémy GIBERT
f5b8d448ac Kernel version 0.9 : saved few bytes with MemMgr Optimization 2017-07-01 15:52:41 +02:00
Rémy GIBERT
bde13143d0 Kernel version 0.9 : saved few bytes with MemMgr Optimization 2017-07-01 15:45:53 +02:00
Rémy GIBERT
fd11558386 Kernel version 0.9 : MV,CP,RM.....some more progress:many bugs fixed 2017-06-27 22:37:45 +02:00
Rémy GIBERT
4d077d5416 Kernel version 0.9 : DHGR.DRV, primitives....(Cont.) 2017-06-16 17:27:48 +02:00
Rémy GIBERT
34d100b807 Kernel version 0.9 : DHGR.DRV, primitives,
LIBGFX : DrawLine working....
2017-06-15 17:36:25 +02:00
Rémy GIBERT
ad99363574 Kernel version 0.9 : CONSOLE.DRV, fixed annoying TELNET chars printed on top of login: 2017-06-14 11:51:59 +02:00
Rémy GIBERT
5984f77ab0 Kernel version 0.9 : DHGR.DRV, saved few bytes in tables, room for additional primitives, Bugfix in drawline.... 2017-06-12 17:47:27 +02:00
Rémy GIBERT
d0d356419f Kernel version 0.9 : Cleanup in DHGR stuff, adding primitives (DrawLine,....etc...) 2017-06-09 17:36:05 +02:00
Rémy GIBERT
77e3328220 Kernel version 0.9 : Bugfix in IRQ,VBL & MOUSE DRIVER 2017-06-02 17:14:42 +02:00
Rémy GIBERT
993e1828fe Kernel version 0.9 : X.PRINTF.S rewritten to support bank swiching save/restore (ATLK Crash) 2017-05-02 17:56:43 +02:00
Rémy GIBERT
29f7200979 Kernel version 0.9 : simplified UTHERNET2 drivers. 2017-04-29 14:34:16 +02:00
Rémy GIBERT
bff3a943b7 Kernel version 0.9 : Appletalk, ATBROWSE Command added....
Bugfix in F.CloseA
2017-04-28 17:04:16 +02:00
Rémy GIBERT
a8e07582c4 Kernel version 0.9 : LAN drivers, bugfix and optimization 2017-04-27 22:09:33 +02:00
Rémy GIBERT
d6aefbe613 Kernel version 0.9 : LAN drivers, bugfix and optimization 2017-04-27 22:08:12 +02:00
Rémy GIBERT
d71c265058 Kernel version 0.9 : UTHERNET2.DRV.S.txt & UTHER2.AI.DRV.S.txt , code rework 2017-04-25 17:44:21 +02:00
Rémy GIBERT
173256a691 Kernel version 0.9 : UTHERNET2.DRV.S.txt.....working again! 2017-04-24 23:32:57 +02:00
Rémy GIBERT
9e853cd049 Kernel version 0.9 : Many bugfix in NIC drivers, ATLK massages at load time to help debugging 2017-04-17 21:36:00 +02:00
Rémy GIBERT
1a57cc4352 Kernel version 0.9 : Drivers modification for KCONFIG compliance 2017-04-14 17:04:39 +02:00
Rémy GIBERT
3e44afae7c Kernel version 0.9 : Few bytes saved in Kernel, SSC Drivers now updating KCONFIG Block 2017-04-13 22:59:25 +02:00
Rémy GIBERT
12217347d4 Kernel version 0.9 :
- bugfix in SSC setup (SYS/KM.VSDRIVE.S.txt, drivers)
- various cleanup/fix in KMs
2017-04-10 10:58:45 +02:00
Rémy GIBERT
993ace3a59 Kernel version 0.9 : UTHERNET2.DRV.S.txt, Change in RESET Time 2017-04-04 17:39:09 +02:00
Rémy GIBERT
c33f940a8b Kernel version 0.9 : MEDIA reorganisation 2017-03-29 17:48:15 +02: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
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
6a05b3a3bb Kernel version 0.9 : TCP Client sockets 2017-03-13 08:07:07 +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
878d0d5268 Kernel version 0.9 : Telnet ECHO mode and other IAC stuff 2017-03-03 17:37:15 +01:00
Rémy GIBERT
a8fec4ccfa Kernel version 0.9 : Investigzting Terminal types... 2017-03-01 16:22:00 +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
a190169a07 Kernel version 0.9 : Change in NIC detection/reset 2017-02-19 21:14:09 +01:00
Rémy GIBERT
245a6e7711 Kernel version 0.9 : Updated/migrated UtherNet2.drv....if someone could give it a try... 2017-02-17 23:04:53 +01:00
Rémy GIBERT
333667e697 Kernel version 0.9 : Updated/migrated UtherNet2.drv....if someone could give it a try... 2017-02-17 22:10:43 +01:00
Rémy GIBERT
ec6669ec7e Kernel version 0.9 : IRQ/VBL refactoring... 2017-02-07 08:27:27 +01:00
Rémy GIBERT
0442bf83c2 Kernel version 0.9 : ....More IRQ/VBL enhancement 2017-02-06 18:04:03 +01:00
Rémy GIBERT
24137e69bf Kernel version 0.9 : INC files reorg 2017-02-04 23:07:06 +01:00
Rémy GIBERT
eeaf77a48a Kernel version 0.9 : More ANSI/Telnet support 2017-02-03 17:58:13 +01:00
Rémy GIBERT
b0fd171a06 Kernel version 0.9 : Bug Fix in SSC.I.DRV 2017-02-03 08:33:50 +01:00
Rémy GIBERT
41b21d8091 Kernel version 0.9 : COM drivers and IRQ related Fixes 2017-02-02 18:30:07 +01:00
Rémy GIBERT
1867933ae8 Kernel version 0.9 : TCPIP stack reorg 2017-01-29 22:47:19 +01:00
Rémy GIBERT
d736762046 Kernel version 0.9 : TCPIP migration, fixed timing issues in DHCPCLNT, Broadcast not cleared properly....and working on TCP.... 2017-01-28 23:05:20 +01:00