DOSLITE Project (Developers)
Hmm...
given that more than a dozen (14 to be exact) programs are complete enough to have a binary
another almost a dozen (11 to be exact) are described as 'Here lie several unfinished implementations of MS-DOS utilities. Some of them are barely stubs, and some of them are semi-functional. Many of them are very buggy.'
https://github.com/buricco/doslite/blob/main/exper/readme.txt
and command.a86 contains a section
; A list of commands that would really need to be implemented into COMMAND.COM
; proper once the framework is built for it:
;
; CALL (modifies the batch state machine)
; EXIT (exit from what?)
; FOR (relies heavily on the internal COMMAND.COM infrastructure
; which isn't finished yet)
; GOTO (modifies the batch state machine)
; IF (needs access to errorlevels)
; PATH (modifies the environment)
; PROMPT (modifies the environment)
; SET (modifies the environment)
; SHIFT (modifies the batch state machine)
;
and no kernel in sight: this isn't going anywhere
Complete thread:
- DOSLITE Project - roytam, 01.08.2022, 09:40
- DOSLITE Project - tkchia, 01.08.2022, 15:33
- DOSLITE Project - tom, 01.08.2022, 18:00
- DOSLITE Project - usotsuki, 08.08.2022, 20:43
- DOSLITE Project - usotsuki, 08.08.2022, 20:45
- DOSLITE Project - tom, 08.08.2022, 21:23
- DOSLITE Project - rr, 09.08.2022, 20:18
- DOSLITE Project - glennmcc, 10.08.2022, 02:11
- DOSLITE Project - Zyzzle, 10.08.2022, 05:28
- DOSLITE Project - usotsuki, 10.08.2022, 15:17
- DOSLITE Project - rr, 12.03.2024, 16:03
- DOSLITE Project - roytam, 26.03.2024, 01:59
- DOSLITE Project - usotsuki, 29.03.2024, 16:30
- DOSLITE Project - rr, 12.03.2024, 16:03
- DOSLITE Project - usotsuki, 10.08.2022, 15:17
- DOSLITE Project - rr, 09.08.2022, 20:18
- DOSLITE Project - DosWorld, 10.08.2022, 16:37
- DOSLITE Project - tom, 08.08.2022, 21:23
- DOSLITE Project - usotsuki, 08.08.2022, 20:45
- DOSLITE Project - usotsuki, 08.08.2022, 20:43
- DOSLITE Project - glennmcc, 01.08.2022, 18:50
- DOSLITE Project - ecm, 01.08.2022, 19:21