1
0
Fork 0
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:
Stefan Lankes 2016-01-03 13:02:08 +01:00
parent dbb8710a06
commit 4656fa8162

View file

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