Commit Graph

27 Commits

Author SHA1 Message Date
mcplayer3 593e8a8512 Started to add custom colour palettes
I have literally no idea why it wont work but if anyone picks this up you'll know it works when the old Halyde colours show up
2026-06-20 22:19:36 +10:00
WahPlus 86f825d14b Add login script 2025-10-30 16:03:09 +02:00
WahPlus ae1652b1b9 Rename /halyde/shell to /halyde/scripts
The reason is because there will have to be a place to put scripts that
are not apps.
2025-10-30 13:15:04 +02:00
WahPlus 8144d44deb Renamed lscor to lstsk.
Also added an alias from lscor to lstsk.
2025-10-28 19:13:54 +02:00
mcplayer3 ad0f2197a3 Add resolution command (#40) 2025-09-23 12:34:00 +03:00
WahPlus cbf25999f0 PRE-ALPHA 3.0.0 - Rewrote the kernel to use a more modular design, changed some terms, added process sandboxing for security.
COMING IN THE FULL RELEASE:
- A user system
- A functional IPC (Inter-Process Communication) system

THINGS CAN AND WILL CHANGE FROM NOW UNTIL THE FINAL RELEASE.
2025-08-17 16:38:08 +03:00
Ponali fe6cd4cd72 v2.7.1 - Fixed a bug where drivers wouldn't load, and listing /special/drive would return an error when a Computers tape drive is connected
The startupapps.json config file didn't have drvload.lua when recently installing Halyde. component.list("drive") will not just list components with the 'drive' type, but also with types that contain 'drive'. this includes 'tape_drive' (Computronics), so when calling getCapacity, the filesystem library errors out.
2025-07-23 16:31:58 +02:00
Ponali c6aa57983a v2.5.0 - Added apps for drive actions (lsdrv/lsblk, label, maindrv) 2025-07-15 17:28:38 +02:00
TheWahlolly 97f411180d I forgor 2025-07-02 11:55:59 +03:00
TheWahlolly f3d10bc82a v1.13.0 - Added shutdown and reboot commands. 2025-07-02 11:48:51 +03:00
TheWahlolly f8fdeb9209 v1.12.3 - Made drivers load later, after cormgr, evmgr and keyboard are set up. 2025-07-01 19:08:25 +03:00
fluxdrive 876923e746 v1.8.6 - (mikethe223) Added lscor.
* add lscor

* add lscor help file

* add lscor to argentum.cfg

* add labels to coroutines

* add ps as lscor alias

* Update boot.lua version number

* add lscor (and help) to halyde packages

* fix shitty copy paste

sorry wah

* i'm fucking stupid

replace fetch with lscor in help file 💀
2025-06-01 09:42:42 +03:00
TheWahlolly 37a32069fd v1.8.2 - Fixed the version number not showing correctly. 2025-05-31 11:14:59 +03:00
TheWahlolly fad76dbbb5 v1.8.1 - Fixed bug where shell would hang on nonexistent command. 2025-05-31 11:07:55 +03:00
TheWahlolly 41d55113e5 v1.8.0 - Fixed a bug with shell not executing files in the working directory, added json library, changed all configs to json, added config auto-generation so they don't reset after an update. 2025-05-31 09:55:23 +03:00
TheWahlolly 91d9ebecb1 v1.6.0 - Removed low level libraries computer and component. They must now be imported. 2025-05-23 15:34:50 +03:00
TheWahlolly 611841e128 v1.3.0 - Added a better logo to fetch, _OSLOGO, fixed possible ls bug. 2025-05-21 16:31:27 +03:00
TheWahlolly 95c235e65b v1.0.0 - Added Argentum as well as other major improvements and bugfixes. 2025-05-18 19:16:30 +03:00
TheWahlolly 673a0b4a75 v0.10.0 - Added text editor (which took me way too long) and too many other tweaks to name. 2025-05-04 15:16:54 +03:00
TheWahlolly 614c9011cf v0.8.0 - Added help and fetch. 2025-04-27 18:25:12 +03:00
TheWahlolly 109c0beffb v0.7.0 - Added basic CLI tools: ls, cd, cp, mv, rm, lua 2025-04-27 10:13:12 +03:00
TheWahlolly 64a761fdde v0.6.0 - Added shell parser, echo command and some other minor tweaks. 2025-04-26 12:38:05 +03:00
TheWahlolly d220b9d648 v0.5.1 - Squashed a few bugs, added the startup message to shell.cfg to make it modifiable. 2025-04-26 09:13:52 +03:00
Ponali e9cf9789b7 0.5.0 - ANSI color escape code support
I got asked to do the ANSI escape codes for color because Wahlolly couldn't find a way to get them to work. This involved making some kind of TTY, and let me be clear, i didn't know it would be so tedious to develop one. This implementation has support for dark and bright colors by using a color palette. There isn't 8-bit and 24-bit color yet, nor is there a shell parser, so please wait a bit more when it gets implemented.
2025-04-19 16:09:27 +02:00
TheWahlolly b010fe7f57 v0.4.1 - Added something in the likes of an io.read() function in OpenOS. Cursor will be added next update. Shell parser will be added in 0.5.0. 2025-04-13 17:40:19 +03:00
TheWahlolly 198b56e64a v0.3.0 - Nothing works. I'm confused as hell. I can't figure this out. 2025-04-05 16:21:58 +03:00
TheWahlolly 7b8e237abe v0.2.0 - Added startup apps and an event handler process (unfinished) 2025-04-03 21:19:50 +03:00