Releases: adamperkowski/highlightos
Releases · adamperkowski/highlightos
v0.3.4
What's Changed
- Bump
pic8259
& set up dependabot forshell
(#26) - Move
shell
tokernel
(#27) - bump
linked_list_allocator
(0.9
->0.10(.5)
) (#28) - cargo: bump pc-keyboard from 0.7.0 to 0.8.0 (#30)
- Some internal fixes (87eebe4)
FULL CHANGELOG
Files:
- bootimage-hlkernel.bin - The main bootable file (you can either run it in QEMU or flash it on USB)
- bootloader - The bootloader binary (separated)
- hlkernel - The hlkernel binary (separated)
New Contributors
- @dependabot made their first contribution in #30
v0.3.3
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
Files:
- bootimage-hlshell.bin - The main bootable file (you can either run it in QEMU or flash it on USB)
- bootloader - The bootloader binary (separated)
- hlshell - The hlshell binary (separated)
New Contributors
- @franzageek made their first contribution in #16
- @Sebaguardian made their first contribution in #22
The colorful release (v0.3.2)
What's Changed
- Added a functional text color system
- Added a
chcolor
command - Added colors for certain kernel events
Files:
- bootimage-hlshell.bin - The main bootable file (you can either run it in QEMU or flash it on USB)
- bootloader - The bootloader binary (separated)
- hlshell - The hlshell binary (separated)
Version 0.3.1
Files:
- bootimage-hlshell.bin - The main bootable file (you can either run it in QEMU or flash it on USB)
- bootloader - The bootloader executable (separated)
- hlshell - The hlshell executable (separated)
First Standalone HLShell Release
First Standalone HLShell Release!
HLShell is now the main kernel of Highlight OS. HLShell is Highlight OS.
Files:
- bootimage-hlshell.bin - The main bootable file (you can either run it in QEMU or flash it on USB)
- bootloader - The bootloader (separated)
First Release
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