1. How to Build and Run the kernel

  • for Linux and Mac
    1. mkdir build

    2. cd build

    3. cmake -DCMAKE_TOOLCHAIN_FILE=${DIR_OF_THIS_PROJECT}/CMake/Toolchain/ToolchainClang.cmake ..

    4. make

    and it’s done

  • for windows

    please use wsl