openfirmware: we need a larger bootloader heap size
Currently about 366K are used. Round up to next power of two. Change-Id: Id6713b4f4eebfbced310bbd75a16a5737228ae72 Reviewed-on: https://review.haiku-os.org/c/haiku/+/3577 Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
#include "real_time_clock.h"
|
||||
|
||||
|
||||
#define HEAP_SIZE 65536
|
||||
#define HEAP_SIZE (512 * 1024)
|
||||
|
||||
|
||||
// GCC defined globals
|
||||
|
||||
Reference in New Issue
Block a user