Holy-Linux v0.1.0
Holy-Linux v0.1.0
First public release of Holy-Linux.
Included assets
vmlinuz-virtinitramfs.cpio.gzSHA256SUMS
What works
- Boots in
QEMU - Enters
holysh - Runs
holyboxapplets written in real.hc - Provides in-guest
hcc - Compiles and runs
/src/hello.hcinside 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