diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-11-01 11:43:14 +0200 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-11-01 12:47:57 +0200 |
| commit | 83ec75327c1ec35f25b6aee24f616a41858be539 (patch) | |
| tree | bd5c74baf3286beee930c7ba4b767c712b6afe6b /src/proc.c | |
| parent | 8100eef0826e7fb182434979a9b139716b3637e1 (diff) | |
| download | kmi-83ec75327c1ec35f25b6aee24f616a41858be539.tar.gz kmi-83ec75327c1ec35f25b6aee24f616a41858be539.zip | |
move stack modifications to be earlier in rpc
Diffstat (limited to 'src/proc.c')
| -rw-r--r-- | src/proc.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -58,8 +58,6 @@ stat_t init_proc(void *fdt, vm_t *proc_fdt, vm_t *proc_initrd) set_stack(t, t->rpc_stack - BASE_PAGE_SIZE); - /* allocate stacks etc after ELF file to make sure nothing of importance - * clashes */ stat_t ret = prepare_proc(t, get_init_base(fdt), 0); assert(ret == OK); |
