Re: relocatable modules' symbols

2013-02-25 Thread Mulyadi Santosa
Hi... On Sun, Feb 24, 2013 at 8:56 AM, horseriver wrote: > I have find this answer . > It is defined in lds script file . > > here is the code : > SECTIONS > { > . = 0xC000 + 0x10; > /* read-only */ > _text = .;/* Text and read-only data */ > > > why use 0xC000

Re: valid address space ?

2013-02-25 Thread Abu Rasheda
On Sun, Feb 24, 2013 at 11:23 PM, wrote: > On Sun, 24 Feb 2013 21:37:48 -0800, Abu Rasheda said: > > >tmp_long_ptr = ((long_ptr & 0x8000) ? (long_ptr | > > 0x8000) : (long_ptr & 0x)); > > This will not do what you think it does when compiled for a 32-bit > syst

Re:

2013-02-25 Thread Prabhakar Lad
Hi, On Mon, Feb 25, 2013 at 12:54 PM, Prasad Lakshman wrote: > Hi , > I am trying to implement own system call in Linux. Kernel version I > chose is 3.5.7 > > I am following the steps from Linux Kernel Development 3rd edition. > I got two problems with the implementation. > 1.while trying to modi

Android - logger driver Help(Not sure if this is the right place)

2013-02-25 Thread manty kuma
Hi i want to know about event logs.. From thissource i understood that event logs are in binary format. But how to read them? I mean i have the logger_entry structure pointer located inside memory. Using mmap, i am maping the pages to my address space and i

RE: barrier()

2013-02-25 Thread Pranay Kumar Srivastava
> -Original Message- > From: kernelnewbies- > bounces+pranay.shrivastava=hcl@kernelnewbies.org > [mailto:kernelnewbies- > bounces+pranay.shrivastava=hcl@kernelnewbies.org] On Behalf Of > kernelnewbies-requ...@kernelnewbies.org > Sent: Monday, February 25, 2013 12:55 PM > To: kerne