- Install qemu, nasm and cmake;
- open terminal inside root directory;
mkdir build
cd build
cmake ..
cmake --build .- Inside root directory is created kernel.bin file;
- open it by qemu.
qemu-system-x86_64 -kernel ../kernel.bin- You can test OS by GTest;
- run this inside tests directory.
cmake -S . -B build
cmake --build build
cd build && ctestIf you want to contribute just write some code and push it.
- Shell
- Virtual File System