commit | e4f0199ec3b246d1e7d55d219d0456b9744da82b | [log] [tgz] |
---|---|---|
author | swissChili <swisschili@fastmail.com> | Thu Feb 25 15:38:12 2021 -0800 |
committer | swissChili <swisschili@fastmail.com> | Thu Feb 25 15:38:12 2021 -0800 |
tree | 821d2453e096894bbba3af4d242013366e3c7fa8 | |
parent | 959aa8ad2dc01f8f043ac2822670fa1ea1d1d4b3 [diff] [blame] |
Add allocator
diff --git a/src/kernel/Makefile b/src/kernel/Makefile index f8f2117..4137f84 100644 --- a/src/kernel/Makefile +++ b/src/kernel/Makefile
@@ -11,7 +11,9 @@ timer.o \ paging.o \ switch_table.o \ - scan_codes.o + scan_codes.o \ + kheap.o \ + alloc.o CFLAGS = -nostdlib -nostdinc -fno-builtin -fno-stack-protector -ffreestanding \ -m32 -O2 -g -Wall -Wno-unused-function -Wno-unused-variable LDFLAGS = -Tlink.ld -melf_i386