版本发布 6
## What's Changed * Bump `pic8259` & set up dependabot for `shell` (https://github.com/adamperkowski/highlightos/pull/26) * Move `shell` to `kernel` (https://github.com/adamperkowski/highlightos/pull/27) * bump `linked_list_allocator` (`0.9` -> `0.10(.5)`) (https://github.com/adamperkowski/highlightos/pull/28) * cargo: bump pc-keyboard from 0.7.0 to 0.8.0 (https://github.com/adamperkowski/highlightos/pull/30) * Some internal fixes (https://github.com/adamperkowski/highlightos/commit/87eebe48aa229ce4673553dbe31f3ebc2801bb12) ### [FULL CHANGELOG](https://github.com/adamperkowski/highlightos/blob/main/CHANGELOG.md#v034-12-10-2024) ## Files: - **bootimage-hlkernel.bin** - The main bootable file (you can either [run it in QEMU](https://github.com/adamperkowski/highlightos?tab=readme-ov-file#running-in-qemu-on-linux) or [flash it on USB](https://github.com/adamperkowski/highlightos?tab=readme-ov-file#running-on-real-hardware)) - **bootloader** - The bootloader binary (separated) - **hlkernel** - The hlkernel binary (separated) ## New Contributors * @dependabot made their first contribution in https://github.com/adamperkowski/highlightos/pull/30
## What's Changed * Added backspace and command interrupting functionality (F1) * Improved return codes syntax * Implemented arrow keys functionality and command history * Improved command syntax (newline) ### [FULL CHANGELOG](https://github.com/adamperkowski/highlightos/blob/main/CHANGELOG.md#v033-05-08-2024) **Files:** - **bootimage-hlshell.bin** - The main bootable file (you can either [run it in QEMU](https://github.com/adamperkowski/highlightos?tab=readme-ov-file#running-in-qemu-on-linux) or [flash it on USB](https://github.com/adamperkowski/highlightos?tab=readme-ov-file#running-on-real-hardware)) - **bootloader** - The bootloader binary (separated) - **hlshell** - The hlshell binary (separated) ## New Contributors * @franzageek made their first contribution in https://github.com/adamperkowski/highlightos/pull/16 * @Sebaguardian made their first contribution in https://github.com/adamperkowski/highlightos/pull/22
## What's Changed * Added a functional text color system * Added a `chcolor` command * Added colors for certain kernel events [CHANGELOG](https://github.com/adamperkowski/highlightos/blob/main/CHANGELOG.md#v032-25-07-2024) **Files:** - **bootimage-hlshell.bin** - The main bootable file (you can either [run it in QEMU](https://github.com/adamperkowski/highlightos?tab=readme-ov-file#running-in-qemu-on-linux) or [flash it on USB](https://github.com/adamperkowski/highlightos?tab=readme-ov-file#running-on-real-hardware)) - **bootloader** - The bootloader binary (separated) - **hlshell** - The hlshell binary (separated)
[CHANGELOG](https://github.com/adamperkowski/highlightos/blob/main/CHANGELOG.md#v031-20-07-2024) **Files:** - **bootimage-hlshell.bin** - The main bootable file (you can either [run it in QEMU](https://github.com/adamperkowski/highlightos?tab=readme-ov-file#running-in-qemu-on-linux) or [flash it on USB](https://github.com/adamperkowski/highlightos?tab=readme-ov-file#running-on-real-hardware)) - **bootloader** - The bootloader executable (separated) - **hlshell** - The hlshell executable (separated)
**First Standalone HLShell Release!** - HLShell is now the **main kernel** of Highlight OS. HLShell **is** Highlight OS. There is no changelog yet, but I'm working on it. (it'll be [here](https://github.com/adamperkowski/highlightos/blob/main/CHANGELOG.md)) **Files:** - **bootimage-hlshell.bin** - The main bootable file (you can either [run it in QEMU](https://github.com/adamperkowski/highlightos?tab=readme-ov-file#running-in-qemu-on-linux) or [flash it on USB](https://github.com/adamperkowski/highlightos?tab=readme-ov-file#running-on-real-hardware)) - **bootloader** - The bootloader (separated)
**First Release!** - ASM Version: 0.0.1 HLS Version: 0.2.0 **Files:** - **boot.bin** - The main bootable file (excludes HLShell) - **hlshell-unix.zip** - HLShell executable files for UNIX systems - **hlshell-windows.zip** - HLShell executable files for Windows