LibC: Enough compat work to make binutils-2.32 build and run.

This commit is contained in:
Andreas Kling 2019-02-23 17:24:50 +01:00
commit a7a456002e
Notes: sideshowbarker 2024-07-19 15:38:19 +09:00
14 changed files with 110 additions and 45 deletions

View file

@ -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