How does application connects to kernel

  • Thread starter Thread starter asdf
  • Start date Start date
A

asdf

remember that it uses something like 'inter procedure call' to connect to
the kernel but can't remember
the name exaclt. Anyone know what it's called exactly?

thank you
 
Hello,

I guess you mean "Inter Process Communication" but this is communication
between 2 processes.
AFAIK you don't "talk" to the kernel. You don't have to. There are APIs
for this...
 
Back
Top