mirror of
https://github.com/realmicrosoft/windows.git
synced 2024-08-14 22:46:44 +00:00
heap
This commit is contained in:
parent
1d810657ff
commit
10df1c6cfa
8 changed files with 149 additions and 27 deletions
2
Makefile
2
Makefile
|
@ -44,7 +44,7 @@ $(final): $(kernel) $(linker_script) $(assembly_object_files)
|
|||
--gc-sections
|
||||
|
||||
$(kernel):
|
||||
@RUST_TARGET_PATH=$(shell pwd) xargo build --target $(target) -Zbuild-std=core --features "f_multiboot2"
|
||||
@RUST_TARGET_PATH=$(shell pwd) xargo build --target $(target) -Zbuild-std=core,alloc --features "f_multiboot2"
|
||||
|
||||
build/arch/$(arch)/%.o: arch/$(arch)/%.asm
|
||||
@mkdir -p $(shell dirname $@)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue