Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
I know two ways to redirect the execution flow, from user-space to kernel in x86_64:
1. SYSCALL Service
2. Software interrupts
Is there any other way to go into kernel from user-space?
Any help would be appreciated.