Previous projects.
Subprojects of the Celones Project that are no longer being worked on.
Adois
The name adois is an acronym for a DOS-only installer which is rather clear. The project is intended to implement a configurable installer program for MS-DOS sysem using C++ language. In terms of the interface, the program is going to be inspired by the visual style of Microsoft text-mode installers from 90s and early 2000s. In the meantime, the installation description file is going to be inspired by INF files known from Windows Setup API.
ShyOS
ShyOS (in earliest incarnation known as StephanOS) ia a project of a 32-bit, multitasking, microkernel operating system and environment. I had an opportunity to present it (ShyOS O'Neill 0.9.1091) during the E(x)plory Science Fair. The system had a console-based text interface already, with an independent real-time clock and notification area. Unfortunately, it had had been before I started making backups, so all files of this project are currently located on a hard drive, waiting for professional data recovery service.
I tried to resume work, based on the only preserved source code copy (0.7.1055), and also to practically start from scratch (ShyOS Carter 0.8), but without much success, for various reasons. I'd like to come back to this project one day, perhaps after using data recovery services. While working on the Carter version, I had an opportuninty to see how not to approach some subjects. Since then, my C++ proficiency has also increased significantly.
SmartLED
The goal of the project with SmartLED working name is to build an electronic direction board controller for a mass transit vehicle, using Raspberry Pi Zero series single-board computer. The device's software is being written in C# language.