Increase heap size for thinkpad ACPI
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user