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
{{ message }}
This repository was archived by the owner on Sep 6, 2023. It is now read-only.
To make a userspace process, it is necessary for the kernel to create an address space for the thread, create a stack, heap, etc, and then iretq into the code.
To make a userspace process, it is necessary for the kernel to create an address space for the thread, create a stack, heap, etc, and then iretq into the code.