An Operating System Built on Top of Xv6
Explore the docs »
Report Bug
·
Request Feature
This project builds on top of the foundational xv6 operating system, a teaching OS developed by MIT based on Unix Version 6, serving as a hands-on tool for understanding OS internals, experimenting with kernel-level programming, and exploring Unix-like system development in a manageable and accessible codebase.
- Install QEMU
QEMU is required to emulate and test FogOS on your local machine. https://www.qemu.org/download/ - Clone the repo
git clone https://github.com/nestrada2/FogOS.git
- Build FogOS
make
- Run FogOS with QEMU
make qemu
Distributed under the xv6 License. See xv6-LICENSE
for more information.