Skip to content

v0.3.4

Latest
Compare
Choose a tag to compare
@adamperkowski adamperkowski released this 12 Oct 14:01
· 32 commits to main since this release
bc9c3fd

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