fix: Fixed some issues regarding creating new page map levels
This commit is contained in:
parent
442b26df09
commit
6488abfcba
4 changed files with 13 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue