Skip to content

SanyaNya/xv6pp

Repository files navigation

Work in progress.
For now only bootloader implemented.

Build:
    $ cmake -S . -B build -DCMAKE_TOOLCHAIN_FILE=toolchains/i386-elf-g++.cmake -G"Ninja"
    $ cmake --build build

QEMU test:
    $ qemu-system-x86_64 -hda build/kernel.img

About

xv6 OS implementation in modern c++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published