Skip to content

tomlin7/BILL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/