fix: Fixed some issues regarding creating new page map levels

This commit is contained in:
Kevin Alavik 2025-05-08 19:22:40 +02:00
parent 442b26df09
commit 6488abfcba
No known key found for this signature in database
GPG key ID: 0570047215B43EBD
4 changed files with 13 additions and 3 deletions

View file

@ -1,6 +1,9 @@
// Copyright: Durand Miller <clutter@djm.co.za>
#include <mm/liballoc/liballoc.h>
// very dirty way of disabling logging in liballoc
#define log(...) (void)0
#define VERSION "1.1"
#define ALIGNMENT 16ul