This is the legacy x64 kernel for BILL OS
Use QEMU to emulate BILL. Get the iso file builds from Github actions nightly builds
qemu-system-x86_64 -cdrom dist/x86_64/kernel.isoYou will need docker to build from the source.
docker build buildenv -t bill-buildenv
docker run --rm -it -v "%cd%":/root/env bill-buildenv
make build-x86_64Note For using powershell, replace second command
docker run --rm -it -v "${pwd}:/root/env" bill-buildenvThis will build the iso files to
dist/x86_64/