Add test architecture
This commit is contained in:
parent
1c9b6361c9
commit
29b6544d8f
9 changed files with 108 additions and 7 deletions
2
Makefile
2
Makefile
|
@ -15,7 +15,7 @@ qemu: build/harddrive.bin
|
|||
FORCE:
|
||||
|
||||
build/libkernel.a: FORCE
|
||||
cargo rustc -- -C lto -o $@
|
||||
cargo rustc -- --crate-type staticlib -o $@
|
||||
#--target $(ARCH)-unknown-none.json
|
||||
|
||||
build/kernel.bin: build/libkernel.a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue