Commit Graph

380 Commits

Author SHA1 Message Date
Rémy GIBERT
59b560e64c Kernel 0.9.1 : BugFix in KM.VSDRIVE & USR Block devices 2018-01-09 16:35:30 +00:00
Rémy GIBERT
3c71f0d14b Kernel 0.9.1 : BugFix in KM.VSDRIVE & USR Block devices 2018-01-09 16:31:56 +00:00
Rémy GIBERT
b93f1d2b3c Kernel 0.9.1 : GUI, Font Engine (OSD) ok 2017-12-30 23:14:05 +01:00
Rémy GIBERT
e9793ad02b Kernel 0.9.1 : Move To S-C MASM 3.0 2017-12-22 22:24:30 +01:00
Rémy GIBERT
cd3ae76382 Kernel 0.9.1 : Kernel, Fix ThunderClock support for system TICK 2017-12-18 17:36:21 +01:00
Rémy GIBERT
47c6d59784 Kernel 0.9.1 : LibGui, Fonts..... 2017-12-14 17:25:03 +01:00
Rémy GIBERT
403e4f4e8a Kernel 0.9.1 : GUI, Font converter 2017-12-13 07:38:43 +01:00
Rémy GIBERT
f7d3c424fc Kernel 0.9.1 : LibGui, Fonts.....& bugfix in FSeek 2017-12-12 17:35:16 +01:00
Rémy GIBERT
62a907d0b3 Kernel 0.9.1 : LibGui, MemMgr allow loading resources (FON,PIX....) into AUX MEM 2017-12-07 17:33:39 +01:00
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
Rémy GIBERT
56cdcf925a Kernel 0.9.1 : Code reorganization & move to CSTR : ENV & SHELL 2017-09-11 08:11:57 +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
4d2aab3e63 Kernel 0.9.1 : Code reorganization & move to CSTR (SHELL) 2017-09-07 17:32:27 +02:00
Rémy GIBERT
07fb258787 Kernel 0.9.1 : Code reorganization & move to CSTR (SHELL) 2017-09-06 17:00:10 +02:00
Rémy GIBERT
b057d6e2f5 Kernel 0.9.1 : Code reorganization & move to CSTR (SHELL) 2017-09-05 17:17:10 +02:00
Rémy GIBERT
d4db5090af Kernel 0.9.1 : Code reorganization & move to CSTR (PS & Stacks) 2017-08-31 17:35:15 +02:00
Rémy GIBERT
ce434c6fee Kernel 0.9.1 : Code reorganization & move to CSTR (bugfix in PutEnv.YA) 2017-08-30 22:39:43 +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
b52ac88d2b Kernel 0.9.1 : Code reorganization & move to CSTR (ARGS) 2017-08-29 17:19:09 +02:00
Rémy GIBERT
d2f7de5190 Kernel 0.9.1 : Code reorganization & move to CSTR 2017-08-28 17:35:10 +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
78cfec8668 Kernel 0.9.1 : Code reorganization & move to CSTR 2017-08-24 14:54:50 +02:00
Rémy GIBERT
dc86aaf9e7 Kernel 0.9.1 : Code reorganization & move to CSTR 2017-08-24 14:50:44 +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
668412cc17 Kernel 0.9.1 : Code reorganization & move to CSTR 2017-08-23 17:05:29 +02:00
Rémy GIBERT
f8697c333a Kernel 0.9.1 : README.md 2017-08-23 13:33:51 +02:00
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
d0682caab7 Kernel version 0.9 : Moving API from PSTR to CSTR 2017-08-22 08:38:16 +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
71a7ca455f Kernel version 0.9 : Saved few bytes in PS management 2017-08-21 16:58:48 +02:00
Rémy GIBERT
4d814cf75c Kernel version 0.9 : BufFix in AToI 2017-07-17 15:39:31 +02:00
Rémy GIBERT
7e0fb2e663 Kernel version 0.9 : SHELL, enhancement in Batch mode....(Cont.) 2017-07-17 07:59:30 +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
e9062c4674 Kernel version 0.9 : saved few bytes with MemMgr Optimization 2017-07-01 15:44:40 +02:00
Rémy GIBERT
ece6e1f056 Kernel version 0.9 : MemMgr, added a quicker GetMemYA API Call 2017-06-28 16:34:11 +02:00
Rémy GIBERT
5dc3bfd0cd Kernel version 0.9 : CP,RM,MV, Added -Q switch 2017-06-23 14:04:39 +02:00
Rémy GIBERT
4b4dedd6d6 Kernel version 0.9 : Lowercase support, bugfix in CP/MV/RV 2017-06-21 17:46:43 +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
4841e57d46 Kernel version 0.9 : KConfig file now loaded by Kernel, no more QCODE
bug fix in KERNEL.S.JMP table, few bytes saved here & there
2017-05-03 17:40:02 +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
d6aefbe613 Kernel version 0.9 : LAN drivers, bugfix and optimization 2017-04-27 22:08:12 +02:00
Rémy GIBERT
f2a899c776 Kernel version 0.9 : fix in ATLK module to prevent initial crash (i hope!) 2017-04-26 16:54:24 +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
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
61615d2be9 Kernel version 0.9 : KCONFIG, bugfix in Quit Code preventing saved config load 2017-04-13 18:04:05 +02:00
Rémy GIBERT
aa032994d8 Kernel version 0.9 : KCONFIG, bugfix in Stat and Loadfile....#1 2017-04-12 17:46:03 +02:00
Rémy GIBERT
ee6613e392 Kernel version 0.9 : bugfix in Smartport Status call 2017-04-10 21:25:47 +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
e4f2c60ada Kernel version 0.9 :
-TCP, bugfix (#8) ...nearly working!!!
-MKNod API implementation for stream SOCKET
-Bugfix in Smartort controller/device detection
-Memory leak in CP/MV/RM
2017-04-10 08:07:14 +02:00
Rémy GIBERT
92c34d5fde Kernel version 0.9 : ***new media dated 2017-04-04
-bugfix in SHELL batch mode, CP, FORMAT, ENV processing
-CHTYP Command running.
-Now, A2OSX.BOOT media is built from MAKEBOOT script from A2OSX.BUILD
2017-04-04 15:07:58 +02:00
Rémy GIBERT
9099848c6a Kernel version 0.9 : CHTYP and related API entries added to kernel....still in progress 2017-04-03 23:13:46 +02:00
Rémy GIBERT
e274c5593b Kernel version 0.9 : Adding MAKEBOOT Script to generate A2OSX.BOOT media
many bugfixes in LS,CAT, FILEENUM....moved UsrBuf256 off $200 (now $C00)
getting corrupted by ProDOS/regular Clock Drivers (not KM.*)
CHTYP in progress mainly for : CHTYP /A2OSX.BOOT/A2OSX.SYSTEM SYS
(S-CMASM 2.0 is unable to generate .SYS files)
2017-04-03 17:35:03 +02:00
Rémy GIBERT
e868cab63d Kernel version 0.9 : KERNEL.S.ENV.txt, SHELL.....bugfix in ENV & CMD line params 2017-04-03 08:01:52 +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
5284913187 Kernel version 0.9 : MEDIA reorganisation, FORMAT Cmd 2017-03-30 18:11:31 +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
e2e972ee7e Kernel version 0.9 : Implementing R/W to StdIn/StdOut TCP Sockets 2017-03-28 17:46:12 +02:00
Rémy GIBERT
eafa4da73f Kernel version 0.9 : pLib & pLibJmp removed 2017-03-27 17:32:30 +02: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
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
6324272f4f Kernel version 0.9 : Implementing Block Device Support 2017-03-14 17:47:02 +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
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
41e62bf292 Kernel version 0.9 : BugFix in VBL & IrqMgr 2017-03-02 23:14:04 +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
43011c7cd2 Kernel version 0.9 : Awful bug in PstrCat that makes me spend one full week debugging CP/MV/RM!!! 2017-02-26 10:52:35 +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
e6441b6b26 Kernel version 0.9 : Changed timeout loop causing freeze with MAC Apple IIE Card 2017-02-19 21:11:44 +01:00
Rémy GIBERT
ed63d97fa0 Kernel version 0.9 : fixed crash due to improper call to PrintCStrAX 2017-02-19 21:10:06 +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
Rémy GIBERT
1cfa4f8122 Kernel version 0.9 : Try other SSCs if ping failed (useful if ADTPro is connected to //c port #2) 2017-02-18 23:21:43 +01:00
Rémy GIBERT
f856158b7b Kernel version 0.9 : TCP & Sockets.... 2017-02-13 08:26:18 +01:00
Rémy GIBERT
0631f052aa Kernel version 0.9 : Media CORRUPTED in previous commit 2017-02-08 22:14:34 +01:00
Rémy GIBERT
1b2e875626 Kernel version 0.9 : ....More IRQ/VBL enhancement 2017-02-08 17:42:32 +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
41b21d8091 Kernel version 0.9 : COM drivers and IRQ related Fixes 2017-02-02 18:30:07 +01:00
Rémy GIBERT
9c457ceed4 Kernel version 0.9 : Mouse.DRV Migration 2017-01-27 17:26:09 +01:00
Rémy GIBERT
f06d8b92f2 Kernel version 0.9 : DevMgr & Device drivers 2017-01-25 22:46:40 +01:00
Rémy GIBERT
93215c5ff7 Kernel version 0.9 : IRQ Manager rewrite 2017-01-25 17:18:35 +01:00
Rémy GIBERT
f951a7bcc8 Kernel version 0.9 : KM.VSDRIVE, Server detection at boot time (reduced timeout!) 2017-01-25 17:17:25 +01:00
Rémy GIBERT
1e628dcd1b Kernel version 0.8 : KM.VSDRIVE, Server detection at boot time 2017-01-24 14:49:20 +01:00
Rémy GIBERT
77965e5c9d Kernel version 0.9 : VSDRIVE bugfix in write block 2017-01-23 22:32:06 +01:00