You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Anton Lydike 20704f86ce changed binary starting location and added linker comments 3 years ago
kinclude cleaned up scheduling and boot code 3 years ago
lib initial commit 3 years ago
.gitignore initial commit 3 years ago
LICENSE initial commit 3 years ago
Makefile removed -mexplicit-relocs cc flag and other options in the Makefile 3 years ago
README.md added toolchain compilation infos to readme 3 years ago
kernel.c initial commit 3 years ago
kernel.h initial commit 3 years ago
linker.ld changed binary starting location and added linker comments 3 years ago

README.md

EMBARK: An Educational and Modifiable BAsic RISC-V Kernel

EMBARK is a small kernel, designed for educational projects. It has very limited scope and is designed to be extensible.

The toolchain:

I am using the riscv-gnu-toolchain, configured with --with-arch=rv32im --disable-linux --disable-gdb --disable-multilib and built using make -j <number of threads>.

The Makefile:

You can build the kernel using make kernel. Make sure the toolchain is in your path!