Skip to content

v0.3.3

Compare
Choose a tag to compare
@adamperkowski adamperkowski released this 05 Aug 15:46
· 52 commits to main since this release
93c7a11

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