lizhirui / K210-Linux0.11

Linux0.11 with MMU for K210(RISC-V) Version
GNU General Public License v2.0
88 stars 21 forks source link

Linux0.11 with MMU for K210(This is ported from Linus's December 1991 Linux 0.11 code)
This is my first linux project.
You need compile this project with "make" tools in the Windows and Linux VM supporting minix filesystem(mkfs and mount).
image.bin is final image which is combined by rootfs.bin(root filesystem) and system.bin(kernel image)
You need Visual Studio 2019 to open the project and compile.