mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
move the location of the heap to the user-space
This commit is contained in:
parent
dbb8710a06
commit
4656fa8162
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ static int initd(void* arg)
|
|||
int magic;
|
||||
struct sockaddr_in server, client;
|
||||
task_t* curr_task = per_core(current_task);
|
||||
size_t heap = 0x8000000;
|
||||
size_t heap = 0x80000000;
|
||||
int argc;
|
||||
char** argv = NULL;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue