Compare commits
No commits in common. "5a5d60abae677fd665596908613ee74d01e6c402" and "195b7496f420cec8d5ef98dad5f0d519256e0a57" have entirely different histories.
5a5d60abae
...
195b7496f4
@ -1,4 +1,4 @@
|
||||
align(4096) __gshared ubyte[512 * 1024] scratch;
|
||||
__gshared ubyte[512 * 1024] scratch;
|
||||
__gshared size_t scratch_used;
|
||||
|
||||
size_t scratch_free()
|
||||
|
@ -2,7 +2,7 @@ ENTRY(hulk_start)
|
||||
|
||||
SECTIONS
|
||||
{
|
||||
. = 0x0000400000000000;
|
||||
. = 0x0000800000000000;
|
||||
_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_4000_0000_0000u;
|
||||
enum ulong HULK_VIRTUAL_START = 0x0000_8000_0000_0000u;
|
||||
|
Loading…
x
Reference in New Issue
Block a user