Compare commits
2 Commits
195b7496f4
...
5a5d60abae
Author | SHA1 | Date | |
---|---|---|---|
5a5d60abae | |||
9182a83ef2 |
@ -1,4 +1,4 @@
|
||||
__gshared ubyte[512 * 1024] scratch;
|
||||
align(4096) __gshared ubyte[512 * 1024] scratch;
|
||||
__gshared size_t scratch_used;
|
||||
|
||||
size_t scratch_free()
|
||||
|
@ -2,7 +2,7 @@ ENTRY(hulk_start)
|
||||
|
||||
SECTIONS
|
||||
{
|
||||
. = 0x0000800000000000;
|
||||
. = 0x0000400000000000;
|
||||
_hulk_mem_start = .;
|
||||
|
||||
.text BLOCK(4K) : ALIGN(4K)
|
||||
|
@ -19,4 +19,4 @@ struct BootInfo
|
||||
size_t memory_map_count;
|
||||
}
|
||||
|
||||
enum ulong HULK_VIRTUAL_START = 0x0000_8000_0000_0000u;
|
||||
enum ulong HULK_VIRTUAL_START = 0x0000_4000_0000_0000u;
|
||||
|
Loading…
x
Reference in New Issue
Block a user