Hacker News new | ask | show | jobs
by dmitrygr 3089 days ago
How would syscalls work exactly?
1 comments

They'd look more like Interprocessor Interrupts (IPIs). The kernel already internally uses those for TLB shootdowns.
That is a lot more expensive than even syscalls with KAISER