arcboot 0.1.0

An executable tool for building rust-based kernels and compiling, assembling and linking any extra dependencies
Documentation
1
2
3
4
5
6
7
# kernel build environment

OUT_DIR=examples/build
ASM_FILES=examples/asm/boot.S
LINK_SCRIPT=examples/link/linker.lds
OUT_OBJ=examples/build/boot.o
OUT_IMG=examples/build/kernel.img