Y
Hacker News
new
|
ask
|
show
|
jobs
by
akshayaurora
2781 days ago
This is really cool, can anyone detail how the syscall translation works?
1 comments
saagarjha
2781 days ago
When a syscall occurs, handle_interrupt is called to translate the call into a system one:
https://github.com/tbodt/ish/blob/master/kernel/calls.c#L135
link