Thanks to visit codestin.com
Credit goes to github.com

Skip to content

tomlin7/kernel_x64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BILL (legacy x64 kernel) 💿

build iso issues open GitHub closed pull requests

This is the legacy x64 kernel for BILL OS

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/

About

legacy x64 kernel for BILL OS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published