Forked from Titanix / OSKernel2023-Titanix
530 commits behind, 2 commits ahead of the upstream repository.
Makefile 255 bytes
all:
	@rm -rf os/.cargo
	@cp -r os/cargo-submit os/.cargo
	@rm -rf user/.cargo
	@cp -r user/cargo-submit user/.cargo
	@cp bootloader/rustsbi-qemu.bin sbi-qemu
	@cd os && make kernel-bin
	@cp os/target/riscv64gc-unknown-none-elf/release/os.bin kernel-qemu