You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a nice diagram that shows the major blocks of the kernel code, and how the relate to userspace, so it's easy for a new contributor to see that, for example, process_fork() is defined in the standard library, gets turned into a system call, flows through syscall_handler() and so forth.
The text was updated successfully, but these errors were encountered:
Create a nice diagram that shows the major blocks of the kernel code, and how the relate to userspace, so it's easy for a new contributor to see that, for example,
process_fork()
is defined in the standard library, gets turned into a system call, flows throughsyscall_handler()
and so forth.The text was updated successfully, but these errors were encountered: