1 Answers
- Lookup ISR table with predefined offset
- Jump to the common system call handler
- Retrieve system call no. from a specific register
- Lookup system call table with calculated offset
- Jump to a system call, as per address available in sys call table
- Retrieve the parameters from registers
- Execute the system calls
- Return the result through the designated register.