Re: Advanced OS Questions only you can answer...

2000-08-22 Thread spectre
On Tue, Aug 22, 2000 at 06:29:34AM -0700, [EMAIL PROTECTED] wrote: > I am stuck between a rock and a hard place. I've been to your website, I've > logged in under deja.news and posted questions, I've emailed several people, > and my Dad even called the BSD 800 number for me and paid a fee to find

Re: Process virtual memory question

2001-01-11 Thread spectre
> Thanks. It just occurs to me that Linux kernel used to have something > like this in routine BUG(): > > * ((char *) 0) = 0; > > It is called when there is a kernel bug. So address 0 should not be > mapped writable, otherwise all C statements " char * p = NULL; * p = > value; " would be leg