mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 07:07:23 +00:00
LibC: Enough compat work to make binutils-2.32 build and run.
This commit is contained in:
@@ -19,7 +19,7 @@ struct [[gnu::packed]] allocation_t {
|
||||
size_t nchunk;
|
||||
};
|
||||
|
||||
#define CHUNK_SIZE 64
|
||||
#define CHUNK_SIZE 32
|
||||
#define POOL_SIZE (1024 * 1024)
|
||||
|
||||
#define ETERNAL_BASE_PHYSICAL 0x100000
|
||||
|
||||
Reference in New Issue
Block a user