feat(heap): Create new HeapAllocator implementation

This commit is contained in:
Daniel Hammer
2025-03-15 11:29:05 +01:00
parent 2b6c2fa827
commit ff347b1da5
8 changed files with 125 additions and 36 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ ARCH := x86_64
# Default user QEMU flags. These are appended to the QEMU command calls.
QEMUFLAGS := -m 2G -s -S
override IMAGE_NAME := template-$(ARCH)
override IMAGE_NAME := os220-$(ARCH)
# Toolchain for building the 'limine' executable for the host.
HOST_CC := cc