Build kernel

This commit is contained in:
2024-12-16 20:50:27 -08:00
parent 0f42691db8
commit a6f7d459d1
4 changed files with 11 additions and 3 deletions

View File

@ -1,6 +1,10 @@
BUILD_DIR=./build
export QEMU?=qemu-system-x86_64
TOOLCHAIN = $(CURDIR)/tools/bin/x86_64-unknown-redox/toolchain
export PATH := $(TOOLCHAIN)/bin:$(PATH)
export CARGO := $(TOOLCHAIN)/bin/cargo
# Default rule
.PHONY: default
default: bios