Skip to content
This repository has been archived by the owner on Feb 27, 2021. It is now read-only.

Releases: Ella-0/lazybox

Networking, QEMU serial only booting

30 Jan 07:23
Compare
Choose a tag to compare
Pre-release

Not recommended for production use. Boot in QEMU with the following; flash to usb drive with dd if=lazybox.img of=/dev/sdX.

ONLY BOOTS OF UEFI HARDWARE

 qemu-system-x86_64 -hda lazybox.img -m 2048 --enable-kvm \
  -drive if=pflash,format=raw,unit=0,file=/usr/share/edk2-ovmf/x64/OVMF_CODE.fd,readonly=on \
  -drive if=pflash,format=raw,unit=1,file=/usr/share/edk2-ovmf/x64/OVMF_VARS.fd,readonly=on \
  -serial mon:stdio -vga none -nographic

Initial release with some precompiled binaries

15 Jan 17:40
Compare
Choose a tag to compare

LLVM is the only package included in this release since everything else is trivial to cross compile for a new system.
LLVM Licenses are included in /usr/share/lazypkg/llvm.

An disk image that can be booted on x86_64 EFI systems is also attached. This includes a toolchain and everything else needed to rebuild the whole operating system. To create a bootable USB do dd if=lazybox.img | sudo dd of=/dev/sXy where /dev/sXy is the path to a USB stick.