Commit Graph

65 Commits

Author SHA1 Message Date
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
b5bd89a76e Kernel 0.9.1 : LibGui, Fonts..... 2017-12-08 17:10:39 +01:00
Rémy GIBERT
e520199eb5 Kernel 0.9.1 : GUI, Tables & BMP conversion tools 2017-11-24 17:13:32 +01: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
33a96ed69a Kernel 0.9.1 : STDLIB : AToL, StrToL....etc...(wip) 2017-10-10 17:40:23 +02:00
Rémy GIBERT
3dadb01f26 Kernel 0.9.1 : Colors !!!! ;-) 2017-10-05 21:03:12 +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
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
98632f7a49 Kernel 0.9.1 : SHELL : History & CL Editing OK 2017-09-27 17:40:31 +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
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
0bb04a48a0 Kernel 0.9.1 : Code reorganization & move to CSTR : External commands 2017-09-18 08:30:07 +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
e7825666a6 Kernel 0.9.1 : Code reorganization & move to CSTR 2017-08-24 14:46:48 +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
2630384de2 Kernel version 0.9 : Moving API from PSTR to CSTR 2017-08-22 08:37:03 +02:00
Rémy GIBERT
9c954442ad Kernel version 0.9 : LS,CP,RM,MV, Code cleanup, bug fix #28 2017-07-05 16:45:19 +02:00
Rémy GIBERT
bdb42e3b20 Kernel version 0.9 : Changed all cmd line options to case INSensitive 2017-06-25 14:04:33 +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
14275e29d2 Kernel version 0.9 : FORMAT Cmd OK (without LL) 2017-03-31 17:24:42 +02:00
Rémy GIBERT
c33f940a8b Kernel version 0.9 : MEDIA reorganisation 2017-03-29 17:48:15 +02: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
fceb9a7c08 Kernel version 0.9 : CR/LF migration (Telnet) 2017-02-28 17:58:36 +01:00
Rémy GIBERT
d178bd75f7 Kernel version 0.9 : CP/MV/RM , implementing -Y 2017-02-24 17:34:02 +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
21b3789b99 0.9 : Started migrating external commands (including CAT ;-) 2017-01-15 21:51:20 +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
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
0a08b4c0b7 Kernel version 0.8 : CP,MV and Error Codes...work in progress 2016-11-08 17:56:05 +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
3b311a9645 FILEENUM : Fixed another memory leak in leaveSubDir 2016-11-01 22:37:12 +01:00
Rémy GIBERT
92d8b2fec4 Kernel version 0.8 : RM command #2 2016-10-30 23:23:18 +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
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
2fd44770d2 Kernel version 0.8 : ISSUE#2, removed .EXT in LS, added L.CMD in BIN/ as an alias for LS -L, Added -R switch for recursive DIR listing 2016-10-26 22:41:54 +02:00
Rémy GIBERT
5ee1e05e31 Kernel version 0.8 : LS, updated ScreenShot.LS.bmp 2016-10-25 09:14:48 +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
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
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