Re: Linux 0.02 version download

2011-10-25 Thread Shaz
On Tue, Oct 25, 2011 at 2:52 PM, Adam Lee wrote: > On Tue, Oct 25, 2011 at 10:04:06AM +0200, Christophe Lucas wrote: >> Le 25/10/2011 09:46, Javier Martinez Canillas a écrit : >> > On Tue, Oct 25, 2011 at 9:36 AM, bob  wrote: >> >> He's probably doing os dev and wants something simple to learn. St

Re: Difference between Processors

2011-07-16 Thread Shaz
On Sat, Jul 16, 2011 at 8:16 PM, Niamathullah sharief wrote: > Dear friends, > > Can anyone tell me what is the exact difference between CISC and RISC > processors? Google it brother. This is very simple and does not require discussion on a mailing list. > Which one is best and how it varies? Pl

Re: interview question how does application connects to device

2011-07-05 Thread Shaz
On Tue, Jul 5, 2011 at 9:15 AM, Bond wrote: > This is an interview question. > > I had written device driver for a char device so I know that code > structure looks like this > > struct file_operations something { > .owner=my_device_open; > .read=my_device_read; > .close=my_device_close; > .w