diff options
Diffstat (limited to 'src/user/bootstrap/main.c')
-rw-r--r-- | src/user/bootstrap/main.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/user/bootstrap/main.c b/src/user/bootstrap/main.c index c12989e..638585c 100644 --- a/src/user/bootstrap/main.c +++ b/src/user/bootstrap/main.c @@ -14,9 +14,8 @@ extern char _initrd; __attribute__((section(".text"))) int main(void) { - _sys_memflag(_libc_psdata, 1, MEMFLAG_PRESENT); + _sys_memflag(_psdata_loc, 1, MEMFLAG_PRESENT); setprogname("bootstrap"); - setproctitle(NULL); /* move everything provided by the kernel to /kdev */ MOUNT_AT("/kdev/") { fs_passthru(NULL); } |