Skip to content

8l/os64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

os/64

A minimal 64-bit operating system for the x86-64 architecture, currently at an early stage of development.

Build requirements

python-3
binutils
clang
nasm
genromfs
grub-2
util-linux 2.21+

Testing

vim config.py    # edit configuration
./make.py        # build
./make.py qemu   # launch in QEMU
./make.py bochs  # launch in Bochs

Screenshots

qemu.png vbox.png