# XV6-RISCV On K210 Run xv6-riscv on k210 board ## Dependencies + k210 board + RISC-V Toolchain ## Installation >\$ git clone https://github.com/SKTT1Ryze/xv6-k210 ## Build >\$ cd xv6-k210 >\$ make build ## Run >\$ make run-k210 ## What I have done + Multicore boot + Implement bare-metal printf + Memory alloc + Page Table ## TODO The rest part of xv6-kernel and xv6-fs ## LICENSE MIT License