Increase heap size for thinkpad ACPI

This commit is contained in:
Mark
2020-07-05 18:55:35 +03:00
parent d7bc4e2f01
commit cdc61fc168
+1 -1
View File
@@ -3,7 +3,7 @@
#include "sys/heap.h"
#include <stdint.h>
#define KERNEL_HEAP (512 * 1024)
#define KERNEL_HEAP (4 * 512 * 1024)
/**
* @brief Initialize heap instance of size `sz' at `phys_base'