From d98ec57128628b81fcd32269a92742a037b7f713 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 26 Dec 2021 17:50:11 +0200 Subject: First useful jump to userspace! --- include/apos/proc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/apos/proc.h') diff --git a/include/apos/proc.h b/include/apos/proc.h index 7506b10..8071dda 100644 --- a/include/apos/proc.h +++ b/include/apos/proc.h @@ -2,6 +2,6 @@ #define APOS_PROC_H #include -void jump_to_userspace(struct tcb *t, char **argv, int argc); +void jump_to_userspace(struct tcb *t, vm_t bin, int argc, char **argv); #endif /* APOS_PROC_H */ -- cgit v1.3