Skip to content

Releases: adamperkowski/highlightos

v0.3.4

12 Oct 14:01
bc9c3fd
Compare
Choose a tag to compare

What's Changed

  • Bump pic8259 & set up dependabot for shell (#26)
  • Move shell to kernel (#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

v0.3.3

05 Aug 15:46
93c7a11
Compare
Choose a tag to compare

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

The colorful release (v0.3.2)

25 Jul 18:09
e8a97fd
Compare
Choose a tag to compare

What's Changed

  • Added a functional text color system
  • Added a chcolor command
  • Added colors for certain kernel events

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)

Version 0.3.1

20 Jul 16:48
7c4b0ad
Compare
Choose a tag to compare

CHANGELOG

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

20 Jul 16:00
35c95aa
Compare
Choose a tag to compare

First Standalone HLShell Release!

HLShell is now the main kernel of Highlight OS. HLShell is Highlight OS.

CHANGELOG

Files:

First Release

14 Jul 16:30
1d5eb5c
Compare
Choose a tag to compare
First Release Pre-release
Pre-release

First Release!

ASM Version: 0.0.1
HLS Version: 0.2.0

CHANGELOG

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