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 has been archived by the owner on Jul 14, 2023. It is now read-only.
traditional syscall overhead with capability memory isolation
register context switch
CPU driver
register context switch
2 register context switches
problems with user space driver:
Latency
Even more latency (if you want to delegate some instructions like cli, sti, out, in to the CPU driver) or vulnerability (exposing these privileged instructions to the user program(s)).