And here it is: SvarCOM 2021.0 (a.k.a. "preview release"). http://svardos.osdn.io/svarcom/ As I mentioned before, this is a work-in-progress project. It is functional, though, hence feel free to try it out. It is esp. useful on older machines without XMS, where the current SvarDOS shell (FreeCOM) consumes quite a lot of precious memory. SvarCOM takes only 2K of RAM and leaves all the rest to applications. If you wish to take SvarCOM on a test run, please make sure to read the TODO.TXT file to understand what isn't implemented yet. The most annoying thing is probably the lack of an INT 24h handler, this may lead to surprising results if one tries to access an empty floppy drive. Mateusz On 24/11/2021 10:38, Mateusz Viste wrote: > Hello all, > > Currently SvarDOS uses the FreeCOM shell as its command.com intepreter. > FreeCOM is nice and all, but quite memory-hungry. Its XMS-swapping > capability mitigates this in part, but pre-386 machines do not have XMS. > > This is the main reason that led me to starting a dedicated command > interpreter for SvarDOS. I work on this since over a month now, and > should be able to release a "preview" version before the end of this > week. It is named SvarCOM, and its main goal is to be tiny, so it can > run on an 8086 machine with 256K of RAM still leaving much memory to > applications (in such setup, FreeCOM consumes about 30% of memory, which > is hardly acceptable). SvarCOM's resident size is under 2K. > > More information here: > > https://osdn.net/projects/svardos/svn/view/svarcom/trunk/svarcom.txt?view=markup > > > https://osdn.net/projects/svardos/svn/view/svarcom/trunk/freecom.txt?view=markup > > > Of course SvarCOM won't replace FreeCOM right away. I plan to include it > first as an alternative package, and only once it is thoroughly battle > tested and no obvious bugs are left, it may become the default SvarDOS > shell. > > The functional preview release is too be published very soon. > Stay tuned. :) > > Mateusz