git clone ttps://github.com/devin122/osdev-toolchain.git`
cd osdev-toolchain
mkdir build
cd build
cmake ../
makeTOOLCHAIN_DIST_DIRDirectory where source tarballs will be downloaded. Defaults to${CMAKE_CURRENT_BINARY_DIR}/src/distTOOLCHAIN_SRC_ROOTDirectory where sources will be extracted. Defaults to${CMAKE_CURRENT_BINARY_DIR}/srcTOOLCHAIN_BUILD_ROOTDirectory where the build directories will be placed. Defaults to${CMAKE_CURRENT_BINARY_DIR}/src/buildTOOLCHAIN_PREFIXWhere the toolchain will be installed. Defaults to${CMAKE_CURRENT_BINARY_DIR}TOOLCHAIN_TARGETWhat platform the toolchain will target. Defaults toi686-elf