Index: [thread] [date] [subject] [author]
  From: Andreas Beck <becka@rz.uni-duesseldorf.de>
  To  : ggi-develop@eskimo.com
  Date: Fri, 13 Aug 1999 22:23:32 +0200

Re: TNT2 / KGI questions

> Userspace page fault handlers?

? Where did you get that from ?

It is to a very very limited extent possible by catching SIGSEGV, but no,
you can't normally handle pagefaults in userspace.

> Does that mean that I could handle the page fault of another, co-operating
> process?

No. You need kernel help for that. Not so much for catching, but especially
for resolving it.

CU, ANdy

-- 
= Andreas Beck                    |  Email :  <andreas.beck@ggi-project.org> =

Index: [thread] [date] [subject] [author]