Skip to content

Holy-Linux v0.1.0

Choose a tag to compare

@NickIBrody NickIBrody released this 17 May 04:23
· 6 commits to main since this release

Holy-Linux v0.1.0

First public release of Holy-Linux.

Included assets

  • vmlinuz-virt
  • initramfs.cpio.gz
  • SHA256SUMS

What works

  • Boots in QEMU
  • Enters holysh
  • Runs holybox applets written in real .hc
  • Provides in-guest hcc
  • Compiles and runs /src/hello.hc inside the VM

Run

qemu-system-x86_64 \
  -kernel vmlinuz-virt \
  -initrd initramfs.cpio.gz \
  -append "console=ttyS0 rdinit=/init" \
  -nographic \
  -serial mon:stdio \
  -m 1024M