Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.17 KB

README.md

File metadata and controls

28 lines (23 loc) · 1.17 KB

BILL 💿

build iso issues open GitHub closed pull requests

BILL is a x64 operating system kernel program under heavy development

image

Emulation 🕹️

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

Building 🛠️

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/