Commit Graph

271 Commits

Author SHA1 Message Date
Rémy GIBERT
6bb1a4d46b Kernel 0.9.1 : DHGR Driver, BitBLT 2017-11-23 17:51:52 +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
b25be9cee0 Kernel 0.9.1 : Kernel/memory REORG for more IO buffers & room in LC for DHGR.DRV 2017-11-21 17:27:07 +01:00
Rémy GIBERT
ef62a7d69f Kernel 0.9.1 : GUI, API & Driver......RECT & BitBLT 2017-11-17 17:16:05 +01:00
Rémy GIBERT
d01afeeab1 Kernel 0.9.1 : BugFix in DevMgr, not properly enumerating Slot X dev 2 devices 2017-11-08 08:14:35 +01:00
Rémy GIBERT
ceadeca5f2 Kernel 0.9.1 : DevMgr rewrite, starting with DEVCNT/DEVPTRS 2017-11-07 17:28:34 +01:00
Rémy GIBERT
fe9635ccd5 Kernel 0.9.1 : Bugfix in VSDRIVE & StrFTime 2017-11-06 17:25:40 +01:00
Rémy GIBERT
704a72cee7 Kernel 0.9.1 : APPLETALK!
Finally FIX the KM.APPLTALK module crashing at startup,
Fix in SYS Driver messing with MOUSE IRQ,
fix VSDRIVE timout
2017-11-05 22:23:21 +01:00
Rémy GIBERT
698bad1b63 Kernel 0.9.1 : Math API, bug fix, and L To F conversion 2017-10-31 16:25:16 +01:00
Rémy GIBERT
4cd04a6f2c Kernel 0.9.1 : Math API, bug fix, and F To Int conversion 2017-10-30 17:11:07 +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
50763e0f7a Kernel 0.9.1 : KERNEL API, bugfix in Dec 2 Hex conversion 2017-10-26 08:41:57 +02:00
Rémy GIBERT
0c36c71384 Kernel 0.9.1 : SHELL, CSH style scripting.....(wip), bug fix in AToL 2017-10-24 17:44:12 +02:00
Rémy GIBERT
b028f95781 Kernel 0.9.1 : SHELL, CSH style scripting.....(wip) 2017-10-23 17:39:19 +02:00
Rémy GIBERT
a4d5f42fda Kernel 0.9.1 : SHELL, CSH style scripting.....(wip) 2017-10-20 17:42:24 +02:00
Rémy GIBERT
cd31830346 Kernel 0.9.1 : FIO, new LoadTXTFile API 2017-10-19 17:27:38 +02:00
Rémy GIBERT
cbe2cfcd46 Kernel 0.9.1 : KERNEL API reorg, LoadFile/SaveFile 2017-10-19 08:19: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
bbbdd3d867 Kernel 0.9.1 : Floating point ROM hooks.... 2017-10-16 17:41:48 +02:00
Rémy GIBERT
5dff2a4459 Kernel 0.9.1 : STDIO, saved many bytes in PrintF 2017-10-13 17:28:09 +02:00
Rémy GIBERT
e2f8f7cb0e Kernel 0.9.1 : STDLIB : AToF, StrToF (wip), MACROS CLeanup, code Reorg STDIO/STDLIB 2017-10-12 17:28:59 +02:00
Rémy GIBERT
3022b08c89 Kernel 0.9.1 : New IRQ manager, supporting ThunderClock Plus 2017-10-11 17:37:41 +02:00
Rémy GIBERT
33a96ed69a Kernel 0.9.1 : STDLIB : AToL, StrToL....etc...(wip) 2017-10-10 17:40:23 +02:00
Rémy GIBERT
a6ac9584d8 Kernel 0.9.1 : BugFix in AtoF, LoadFile, reviewed FTell/FSeek API 2017-10-09 17:30:48 +02:00
Rémy GIBERT
4cae83f359 Kernel 0.9.1 : BugFix in Memory manager, memory leaks... 2017-10-09 07:51:32 +02:00
Rémy GIBERT
98c99b0ad2 Kernel 0.9.1 : MemMgr & MEMDUMP enhancement, TCPIP bugfix 2017-10-06 17:25:14 +02:00
Rémy GIBERT
bad4a3fc8e Kernel 0.9.1 : CP,MV,RM.....commands 2017-10-04 17:12:03 +02:00
Rémy GIBERT
886ca8ec0a Kernel 0.9.1 : SHELL : RealPath.YA API, StrMatch debug 2017-10-03 17:33:30 +02:00
Rémy GIBERT
2baa185d88 Kernel 0.9.1 : Code reorganization & move to CSTR, new RealPath.YA API for SHELL CD command 2017-09-29 16:57:20 +02:00
Rémy GIBERT
703779cec0 Kernel 0.9.1 : KERNEL API reorg 2017-09-29 08:36:27 +02:00
Rémy GIBERT
399bdc0cae Kernel 0.9.1 : Code reorganization & move to CSTR, new RealPath.YA API 2017-09-28 17:39:12 +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
e85146e6cc Kernel 0.9.1 : Code reorganization & move to CSTR : SHELL, bugfix 2017-09-25 08:31:19 +02:00
Rémy GIBERT
61b210742e Kernel 0.9.1 : Code reorganization & move to CSTR (LS & many API bug fixes) 2017-09-22 17:25:21 +02:00
Rémy GIBERT
c85f3c62c4 Kernel 0.9.1 : Code reorganization & move to CSTR (PS switcher, LS, IRQ & VBL) 2017-09-21 17:29:45 +02:00
Rémy GIBERT
38c8649e23 Kernel 0.9.1 : Code reorganization & move to CSTR : External commands (PS) 2017-09-21 08:35:44 +02:00
Rémy GIBERT
832cb80c06 Kernel 0.9.1 : Code reorganization & move to CSTR (PS switcher) 2017-09-20 17:09:55 +02:00
Rémy GIBERT
24efef7d3b Kernel 0.9.1 : Code reorganization & move to CSTR (CORE: PS Context switching) 2017-09-19 17:34:01 +02:00
Rémy GIBERT
ad0eacec75 Kernel 0.9.1 : Code reorganization & move to CSTR (MemMgr) 2017-09-18 17:43:00 +02:00
Rémy GIBERT
0bb04a48a0 Kernel 0.9.1 : Code reorganization & move to CSTR : External commands 2017-09-18 08:30:07 +02:00
Rémy GIBERT
3ceb61c354 Kernel 0.9.1 : Code reorganization & move to CSTR : GETTY,LOGIN 2017-09-15 08:37:15 +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
c55cfbbf0e Kernel 0.9.1 : Code reorganization & move to CSTR : SHELL,INSDRV 2017-09-14 08:36:32 +02:00
Rémy GIBERT
83b1abc4df Kernel 0.9.1 : Code reorganization & move to CSTR : SHELL 2017-09-13 08:17:46 +02:00
Rémy GIBERT
46918f88f0 Kernel 0.9.1 : Code reorganization & move to CSTR (SHELL,FileSearch) 2017-09-12 17:24:36 +02:00
Rémy GIBERT
75c95bd1eb Kernel 0.9.1 : Code reorganization & move to CSTR : Stack Segment 2017-09-12 08:20:24 +02:00
Rémy GIBERT
8d4c55130b Kernel 0.9.1 : Code reorganization & move to CSTR (ENV,FileSearch) 2017-09-11 17:29:08 +02:00