karox is a operating system kernel that runs on risc-v and loongarch processors.
It's my experimental project, and it's still in development.
Make sure you have a rust nightly version enabled, and targets riscv64gc-unknown-none-elf & loongarch64-unknown-none installed before you build.
make allBuild kernel for all buildsmake [target]Build kernel for a specific buildmake buildBuild kernel for the default buildmake cleanClean the workspace
Build properties are configured in config.mak.
Make sure you have a qemu version greater than 9.0.50.