Commit Graph

123 Commits

Author SHA1 Message Date
Rémy GIBERT
8f5c5f448b Kernel version 0.8 : KM.VSDRIVE, work in progress 2016-12-13 17:32:37 +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
36d95641a8 Kernel version 0.8 : DevMgr, moving to SmartPort 2016-12-05 18:04:42 +01:00
Rémy GIBERT
580fac069b Kernel version 0.8 : ENV...some enhancement (few) and bugfix (many;-)...see Readme.md 2016-12-03 23:17:08 +01:00
Rémy GIBERT
9974920777 Kernel version 0.8 : Adding Blk dev format capabilities 2016-12-02 17:09:24 +01:00
Rémy GIBERT
67a4dc18db Kernel version 0.8 : DHCP, fix when multible DNS servers in options, long domain names... 2016-11-27 22:59:46 +01:00
Rémy GIBERT
67a73ae571 Kernel version 0.8 : added Room in GP for SmartPort/ProDOS BlkDev interface 2016-11-25 17:20:28 +01:00
Rémy GIBERT
7a030f049b Kernel version 0.8 : LSDEV, adding ProDOS device listing 2016-11-24 18:00:03 +01:00
Rémy GIBERT
16a70ed131 Kernel version 0.8 : fixed a bug in JMP table for GetMemStat 2016-11-14 17:27:30 +01:00
Rémy GIBERT
76d34875d7 Kernel version 0.8 : LS, displaying <NO-DATE> when no ProDOS date/time available 2016-11-14 15:59:09 +01:00
Rémy GIBERT
6322233cb8 Kernel version 0.8 : BUGFIX #16 , CTIME not set properly when creating FILEs & DIRs 2016-11-13 22:03:31 +01:00
Rémy GIBERT
0a08b4c0b7 Kernel version 0.8 : CP,MV and Error Codes...work in progress 2016-11-08 17:56:05 +01:00
Rémy GIBERT
2bc7a49825 Kernel version 0.8 : EDIT, added Ctrl-O,P,T,Y and W 2016-11-07 16:13:25 +01:00
Rémy GIBERT
353b0c1bf0 Kernel version 0.8 : EDIT, several bugfixes, code reorg.... 2016-11-04 17:46:16 +01:00
Rémy GIBERT
0048e92a4a Kernel version 0.8 : CAT,BUGFIX #3 #11 suppressing unwanted CR and no more resetting linecounter between files.. 2016-11-04 11:53:21 +01:00
Rémy GIBERT
e816f33bf1 Kernel version 0.8 : Added PPrintF & CPrintF to CIO API 2016-11-03 17:27:43 +01:00
Rémy GIBERT
c261913cb2 Kernel version 0.8 : BUGFIX in #3 "CAT -S -N FILE1 mis-formats." 2016-11-03 12:00:00 +01:00
Rémy GIBERT
ab7fe523e8 Kernel version 0.8 : RM, fixed a bug preventing removing a simple directory! 2016-11-03 08:29:24 +01:00
Rémy GIBERT
c306419c7d Kernel version 0.8 : UP TO DATE MEDIA 2016-11-01 22:50:16 +01:00
Rémy GIBERT
af54e1e393 Kernel version 0.8 : Fixed a nasty memory leak in CreateProcessYA area 2016-11-01 18:18:04 +01:00
Rémy GIBERT
627ba98812 Kernel version 0.8 : new CAT command, see README.md 2016-11-01 15:36:32 +01:00
Rémy GIBERT
b724cb4c24 Kernel version 0.8 : BUGFIX! return code not sent properly to Parent Process at CS.EXIT 2016-10-31 22:38:53 +01:00
Rémy GIBERT
88d139c664 Kernel version 0.8 : RM command 2016-10-30 19:19:43 +01:00
Rémy GIBERT
4c86e67a92 Kernel version 0.8 : LS / now looks like regular DIR/ listing, and -R now works at / level 2016-10-30 08:58:08 +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
ce34b41f47 ENH #7 : Added -A switch to LS
(revealed many bugs in LS.S & KERNEL.S.CIO.txt that are now corrected)
2016-10-28 11:37:57 +02:00
Rémy GIBERT
2e1283ddd2 BUGFIX #5 : TYPE not expanding to full path properly 2016-10-27 10:14:13 +02:00
Rémy GIBERT
89612444b8 Kernel version 0.8 : UP TO DATE MEDIA 2016-10-26 23:55:58 +02:00
Rémy GIBERT
caaaa185de Kernel version 0.8 : ANSI conversion & API 0.8 compliance 2016-10-26 22:51:06 +02:00
Rémy GIBERT
8b5d3696a3 Kernel version 0.8 : added PWD alias in SHELL, modified LS to display DIR/ instead of /DIR 2016-10-25 08:58:15 +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
4ccb235b00 Kernel version 0.8 : Docs... 2016-10-22 11:06:51 +02:00
Rémy GIBERT
7021210871 Kernel version 0.8 : Code reorg to save few bytes! 2016-10-21 17:03:41 +02:00
Rémy GIBERT
83a75b7fef Kernel version 0.8 : LS : adding -R options 2016-10-20 18:04:35 +02:00
Rémy GIBERT
529c992d9b Kernel version 0.8 : LS : adding -L & -R options 2016-10-19 17:47:53 +02:00
Rémy GIBERT
e702d711fc Kernel version 0.8 : Migrating CMDs to new CIO/DIR/TIME API 2016-10-18 17:56:06 +02:00
Rémy GIBERT
617c1e6344 Kernel version 0.8 : Migration from LIBSTR/PStrOut to new Kernel Printf/SScanF 2016-10-18 08:26:24 +02:00
Rémy GIBERT
be591b2569 Kernel version 0.8 : Migrating CMDs to new CIO/DIR/TIME API 2016-10-17 17:47:50 +02:00
Rémy GIBERT
b12a39c915 Kernel version 0.8 : Migration from LIBSTR/PStrOut to new Kernel Frintf 2016-10-17 08:21:04 +02:00
Rémy GIBERT
9e7cf31491 Kernel version 0.8 : Migrating CMDs to new CIO/DIR/TIME API 2016-10-14 17:39:49 +02:00
Rémy GIBERT
f0659a7051 Kernel version 0.8 : Migration from LIBSTR/PStrOut to new Kernel Frintf 2016-10-14 08:23:05 +02:00
Rémy GIBERT
b9a3c10329 Kernel version 0.8 : Migrating LS to new DIR/TIME API 2016-10-13 18:00:27 +02:00
Rémy GIBERT
754d3ec7f3 Kernel version 0.8 : Migration from LIBSTR/PStrOut to new Kernel Frintf 2016-10-13 08:21:16 +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
b6d8805622 Kernel version 0.8 : DevMgr bug fixing in progress 2016-10-12 08:28:57 +02:00
Rémy GIBERT
9d5aede8f7 Kernel version 0.8 : Bug correction in Desktop event hndler, DHGR tables corrcted. 2016-10-10 17:55:26 +02:00
Rémy GIBERT
e93a9e3f7c Kernel version 0.8 :some progress upgrading external commands 2016-10-10 08:01:29 +02:00
Rémy GIBERT
c05dd7e16f Kernel version 0.8 :some progress upgrading external commands 2016-10-08 22:53:45 +02:00
Rémy GIBERT
278312cddb Kernel version 0.8 2016-10-07 22:48:49 +02:00
Rémy GIBERT
8e7092b3a3 Kernel version 0.8 : switched BNK1 & BNK2 to add more API calls 2016-10-07 17:28:17 +02:00