Re: Page Fault problem with my KLD

2001-03-31 Thread Alfred Perlstein
* Chris Ptacek <[EMAIL PROTECTED]> [010330 14:24] wrote: > Thanks, I figured this problem out this afternoon (now on to the others :) > Turns out that the "library" code I was using was using user level memcpy. > >- Chris > > BTW: I am currently having a problem that if I load, unload, and t

Re: Page Fault problem with my KLD

2001-03-30 Thread Mike Smith
> I am developing a KLD and I am having problems getting a page fault. I am > using a set "library" (basically a set of third party object files I build > and then link in). This libarary requires its own chunk of memory that it > manages and needs to be passed a pointer to that memory (and the

Re: Page Fault problem with my KLD

2001-03-30 Thread Chris Ptacek
uot; <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, March 30, 2001 1:03 PM Subject: Re: Page Fault problem with my KLD > * Chris Ptacek <[EMAIL PROTECTED]> [010330 09:45] wrote: > > I am developing a KLD and I am having problems getting a page fault. I am > &g

Re: Page Fault problem with my KLD

2001-03-30 Thread Alfred Perlstein
* Chris Ptacek <[EMAIL PROTECTED]> [010330 09:45] wrote: > I am developing a KLD and I am having problems getting a page fault. I am > using a set "library" (basically a set of third party object files I build > and then link in). This libarary requires its own chunk of memory that it > manages

Page Fault problem with my KLD

2001-03-30 Thread Chris Ptacek
I am developing a KLD and I am having problems getting a page fault. I am using a set "library" (basically a set of third party object files I build and then link in). This libarary requires its own chunk of memory that it manages and needs to be passed a pointer to that memory (and the size) wh