This is my repository for kernel developing project of CyKor.
Target architecture is x86_64
make installThis kernel could be run on QEMU, use this command:
make run-isomkdir build
cd build
CC=../toolchain/build/bin/x86_64-elf-gcc CXX=../toolchain/build/bin/x86_64-elf-g++ cmake ..
make