miniOS
x86_64 hobby kernel with SMP, VFS, and POSIX process model
Loading...
Searching...
No Matches
enter_ring3.c File Reference
Include dependency graph for enter_ring3.c:

Functions

int copy_string_array_to_user (struct thread *t, char *const *arr, uint64_t *user_ptr)
 Copies each string to the user stack, builds a pointer array below the strings, and writes the address of that array to *@user_ptr. Used by SYS_execve to pass argv/envp to the new process image.
 __attribute__ ((noreturn))

Function Documentation

◆ __attribute__()

__attribute__ ( (noreturn) )
Here is the call graph for this function: