]> git.corax.cc Git - corax/commit
Add simple kernel heap implementation
authorMatthias Kruk <m@m10k.eu>
Mon, 16 Sep 2019 08:17:12 +0000 (17:17 +0900)
committerMatthias Kruk <m@m10k.eu>
Mon, 16 Sep 2019 08:17:12 +0000 (17:17 +0900)
commitbf7462532c7bc6224f3bdd2e52a86e5fe04c2bfe
tree23c30a5176b91f9163ec457be3ab8d012ba1865f
parent097b9e53ff55c000f683aa772e1d6ecd4b45b0b0
Add simple kernel heap implementation
config.h
include/corax/heap.h [new file with mode: 0644]
kernel/arch/Makefile
kernel/arch/heap.c [new file with mode: 0644]
kernel/arch/heap.h [new file with mode: 0644]
kernel/arch/paging.c
kernel/arch/paging.h