Commit Graph

55 Commits

Author SHA1 Message Date
Rémy GIBERT
4829797475 Kernel 0.9.1 : bugfix in PING, DNS, Drivers parameters not getting CL parameters correctly 2018-01-19 07:14:38 +00:00
Rémy GIBERT
b5457721c3 Kernel 0.9.1 : Drivers, bugfix EC not returned properly when load failed 2018-01-18 06:49:41 +00:00
Rémy GIBERT
47c6d59784 Kernel 0.9.1 : LibGui, Fonts..... 2017-12-14 17:25:03 +01:00
Rémy GIBERT
f7b519729b Kernel 0.9.1 : Kernel/memory REORG for more IO buffers & room in LC for DHGR.DRV 2017-11-22 17:27:50 +01:00
Rémy GIBERT
94d9a4393e Kernel 0.9.1 : Math API 2017-10-27 16:56:46 +02:00
Rémy GIBERT
2f42486dbd Kernel 0.9.1 : SHELL, CSH style scripting.....(wip), Math API (wip), API reorg 2017-10-27 08:36:46 +02:00
Rémy GIBERT
84b423e9de Kernel 0.9.1 : SHELL, CSH style scripting.....(wip), Math API (wip) 2017-10-26 18:01:54 +02:00
Rémy GIBERT
f29ad437fa Kernel 0.9.1 : More room in GP to more ROM Calls! 2017-10-18 17:32:56 +02:00
Rémy GIBERT
f3d06059ae Kernel 0.9.1 : STDLIB : AToF, StrToF OK 2017-10-17 17:40:21 +02:00
Rémy GIBERT
3e3aa41e87 Kernel 0.9.1 : Code reorganization & move to CSTR (SHELL, History, bugfix) 2017-09-25 17:50:33 +02:00
Rémy GIBERT
4eb13cc475 Kernel 0.9.1 : Code reorganization & move to CSTR (GETTY,LOGIN) 2017-09-14 17:21:06 +02:00
Rémy GIBERT
ea86f48bc7 Kernel 0.9.1 : Code reorganization & move to CSTR (SHELL) 2017-09-08 16:49:23 +02:00
Rémy GIBERT
830c85a6ac Kernel 0.9.1 : Code reorganization & move to CSTR (ENV) 2017-08-30 17:26:34 +02:00
Rémy GIBERT
fc3fc7e817 Kernel 0.9.1 : Code reorganization & move to CSTR 2017-08-25 17:02:16 +02:00
Rémy GIBERT
698a741aee Kernel 0.9.1 : Code reorganization & move to CSTR 2017-08-25 08:37:21 +02:00
Rémy GIBERT
278104b43c Kernel 0.9.1 : Code reorganization & move to CSTR 2017-08-24 17:29:22 +02:00
Rémy GIBERT
e7825666a6 Kernel 0.9.1 : Code reorganization & move to CSTR 2017-08-24 14:46:48 +02:00
Rémy GIBERT
7cecefb477 Kernel 0.9.1 : Code reorganization & move to CSTR 2017-08-24 08:47:31 +02:00
Rémy GIBERT
c33f940a8b Kernel version 0.9 : MEDIA reorganisation 2017-03-29 17:48:15 +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
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
bae3f91aab 0.9 2017-01-12 18:43:45 +01:00
Rémy GIBERT
53e429b7bd Kernel version 0.9 : Introducing Node API, FIFOs, DEVs, and sockets.... 2016-12-09 17:36:24 +01:00
Rémy GIBERT
b87ffebe14 Kernel version 0.8 : Saved few bytes (& cycles) in MemMgr 2016-11-01 22:34:29 +01:00
Rémy GIBERT
571fb59701 Kernel version 0.8 : SHELL, many new features, Error messages...etc...see README.md
Important KERNEL.S.ENV.txt rewrite to implement env in SHELL
2016-10-29 21:58:21 +02:00
Rémy GIBERT
fe5e44dc5a Kernel version 0.8 : BUGFIX in CD: not processing .. correctly, missing ending / when changing to another volume. BUGFIX in LS:File count missing one.
Additional Kernel API Documentation
LIBSTR deleted, now Kernel API
2016-10-24 17:54:43 +02:00
Rémy GIBERT
4f7c8479c0 Kernel version 0.8 : Merging LIBSTR into Kernel, fixed bug in DevMgr, crashing Console.DRV at Boot 2016-10-12 17:46:38 +02:00
Rémy GIBERT
278312cddb Kernel version 0.8 2016-10-07 22:48:49 +02:00
Rémy GIBERT
16deea2112 Kernel version 0.8 : Fixing bugs in K.FileSearch with ';' search path 2016-10-06 17:50:20 +02:00
Rémy GIBERT
f76268fe93 Kernel version 0.8 : Fixed offset computation in JMP "table" relocation 2016-10-05 17:57:43 +02:00
Rémy GIBERT
728278c196 Kernel version 0.8 : Fixed a bug in DRV relocation 2016-10-04 18:01:07 +02:00
Rémy GIBERT
00f9fe267e Kernel version 0.8 : Kernel OK, now fixing DRV,BIN... 2016-10-03 17:59:36 +02:00
Rémy GIBERT
e30dfc0eb4 Kernel version 0.8 : Fixed bug in STAT (AUXTYPE) preventing relocation 2016-10-03 08:18:46 +02:00
Rémy GIBERT
d1de493789 Kernel version 0.8 : Fixed a nasty bug in Relocator, but another one still there in K/LoadFile 2016-09-30 17:04:55 +02:00
Rémy GIBERT
4219fe9e0d Kernel version 0.8 : Fixed bug in LOADBIN called from BNK1 2016-09-30 08:24:52 +02:00
Rémy GIBERT
c04a398bf8 Kernel version 0.8 : INIT2/INIT3 OK 2016-09-29 17:30:15 +02:00
Rémy GIBERT
270098e108 Kernel version 0.8 : API finalized and dispatched in LCBNK1/2, now fits in BNK1/BNK2 2016-09-28 17:34:15 +02:00
Rémy GIBERT
127f89cedc Kernel version 0.8 : API finalized and dispatched in LCBNK1/2 2016-09-27 17:51:59 +02:00
Rémy GIBERT
f6e3d2e9b3 Kernel version 0.8 : MLI API Removed 2016-09-26 18:00:52 +02:00
Rémy GIBERT
79488f88fa Kernel version 0.8 : FILE API Debug... 2016-09-22 08:19:49 +02:00
Rémy GIBERT
d2334df796 Kernel version 0.8 : API cleanup/reorg 2016-09-21 17:20:37 +02:00
Rémy GIBERT
9222922ed3 VCPU16 removed from Relocator & LIB/LIBCRYPT.S 2016-08-19 16:52:18 +02:00
Rémy GIBERT
3cf6dd05a6 Kernel version 0.8 (Initial Commit) 2016-08-17 08:25:58 +02:00
Rémy GIBERT
1de9550760 KM.RAMWORKS:Fixed timing issues #3 2016-06-23 22:18:29 +02:00
Rémy GIBERT
a40be0d7a4 KERNEL:Cleanup to make room for DHGR Driver 2016-06-23 17:56:13 +02:00
Rémy GIBERT
60be01ed6c Kernel Rewrite #6.1 2016-06-15 08:21:42 +02:00
Rémy GIBERT
3e17ac840c Kernel Rewrite #6 2016-06-07 08:10:18 +02:00
Rémy GIBERT
625c15c81f KERNEL: New Event Handler 2016-03-13 22:47:19 +01:00
Rémy GIBERT
9dcddba64e Removed .OP directive in .INB files 2016-01-04 08:18:33 +01:00
Rémy GIBERT
5d49c27c79 Complete Rewrite #4 : Still debbuging... 2015-11-22 23:30:06 +01:00