BILL is a x64 operating system kernel program under heavy development
Use QEMU to emulate BILL. Get the iso file builds from Github actions nightly builds
qemu-system-x86_64 -cdrom dist/x86_64/kernel.iso
You 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_64
Note For using powershell, replace second command
docker run --rm -it -v "${pwd}:/root/env" bill-buildenv
This will build the iso files to dist/x86_64/