Commit Graph

193 Commits

Author SHA1 Message Date
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