Add context and file structs
This commit is contained in:
parent
49739d47e8
commit
4e270bb807
9 changed files with 88 additions and 14 deletions
5
Makefile
5
Makefile
|
@ -14,7 +14,10 @@ qemu: build/harddrive.bin
|
|||
|
||||
FORCE:
|
||||
|
||||
build/libkernel.a: FORCE
|
||||
build:
|
||||
mkdir build
|
||||
|
||||
build/libkernel.a: build FORCE
|
||||
cargo rustc -- --crate-type staticlib -o $@
|
||||
#--target $(ARCH)-unknown-none.json
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue