1
0
Fork 0

feat/kernel: Started on valloc implementation for amd64

This commit is contained in:
Kevin Alavik 2025-05-15 15:57:14 +02:00
parent 91fc826022
commit 3aa5a1bb86
Signed by: cmpsb
GPG key ID: 10D1CC0526FDC6D7
6 changed files with 132 additions and 6 deletions

View file

@ -2,7 +2,7 @@
MAKEFLAGS += -rR
.SUFFIXES:
QEMUFLAGS := -m 2G -serial stdio -display none
QEMUFLAGS := -m 2G -serial stdio # -display none
IMAGE_NAME := release/emk
HOST_CC := cc