All of lore.kernel.org
 help / color / mirror / Atom feed
* most likely, i'll be giving a kernel talk at ottawa LUG next week
@ 2011-01-26 18:08 Robert P. J. Day
  2011-01-27  6:17 ` How to identity processor architecture prabhu
  0 siblings, 1 reply; 22+ messages in thread
From: Robert P. J. Day @ 2011-01-26 18:08 UTC (permalink / raw)
  To: kernelnewbies


  while i'm still waiting for official confirmation, i've offered to
give next week's talk at the ottawa (ontario) linux users group.
here's the current posting which doesn't mention it yet:

  http://oclug.on.ca/meeting/70/

since i'm in town and there was nothing on the schedule, i volunteered
to give a short (hands-on) talk on building and booting a new kernel,
and how to write, compile and load your first kernel module.  nothing
earth-shaking, but if you wanted to see that done step-by-step in real
time and be able to ask questions as it's happening, stop by.

  i'm hoping that a synopsis goes up fairly soon.

rday

-- 

========================================================================
Robert P. J. Day                               Waterloo, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================

^ permalink raw reply	[flat|nested] 22+ messages in thread
* Added about new kernel on old distro (was Re: most likely, i'll be giving a kernel talk at ottawa LUG next week)
@ 2011-01-27  3:28 Mulyadi Santosa
  2011-01-27  6:09 ` How to identity processor architecture prabhu
  0 siblings, 1 reply; 22+ messages in thread
From: Mulyadi Santosa @ 2011-01-27  3:28 UTC (permalink / raw)
  To: kernelnewbies

On Thu, Jan 27, 2011 at 01:08, Robert P. J. Day <rpjday@crashcourse.ca> wrote:
> since i'm in town and there was nothing on the schedule, i volunteered
> to give a short (hands-on) talk on building and booting a new kernel,
> and how to write, compile and load your first kernel module. ?nothing
> earth-shaking, but if you wanted to see that done step-by-step in real
> time and be able to ask questions as it's happening, stop by.

If you don't mind, if someone ask you about how to run new kernel on
such old distro, you could teach them about the thing I write here:
http://the-hydra.blogspot.com/2011/01/making-latest-26x-linux-kernel-works.html

-- 
regards,

Mulyadi Santosa
Freelance Linux trainer and consultant

blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com

^ permalink raw reply	[flat|nested] 22+ messages in thread
* How to identity processor architecture
@ 2011-01-27  6:07 prabhu
  2011-01-27  6:26 ` Enrico Granata
  0 siblings, 1 reply; 22+ messages in thread
From: prabhu @ 2011-01-27  6:07 UTC (permalink / raw)
  To: kernelnewbies

Hi Dear,

I just wanna to know my processor architecture(32bit or 64 bit) through 
c programming.

According to me the sizeof of pointer will give the result. Like below 
coding.

int main()
{
    int *ptr;
    printf("%d",sizeof(ptr));
}

Please correct me if i am wrong...

Any suggestion or help would be appreciated.

Thanks,
Prabhu

^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2011-01-27 20:01 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-26 18:08 most likely, i'll be giving a kernel talk at ottawa LUG next week Robert P. J. Day
2011-01-27  6:17 ` How to identity processor architecture prabhu
2011-01-27  3:28 Added about new kernel on old distro (was Re: most likely, i'll be giving a kernel talk at ottawa LUG next week) Mulyadi Santosa
2011-01-27  6:09 ` How to identity processor architecture prabhu
2011-01-27  6:07 prabhu
2011-01-27  6:26 ` Enrico Granata
2011-01-27  6:31   ` arun kumar
2011-01-27  6:40   ` prabhu
2011-01-27  6:45     ` Mulyadi Santosa
2011-01-27  6:54       ` Enrico Granata
2011-01-27  7:15         ` dharmvir kumar
2011-01-27  7:24         ` Mandeep Sandhu
2011-01-27  8:20           ` prabhu
2011-01-27  8:22             ` Enrico Granata
2011-01-27  9:53               ` prabhu
2011-01-27 11:15                 ` Henry Gebhardt
2011-01-27 11:32                   ` Thirugnanam Balamurugan
2011-01-27 11:44                   ` Pravin Shedage
2011-01-27 12:33                     ` prabhu
2011-01-27  7:07       ` prabhu
2011-01-27  7:13         ` Mulyadi Santosa
2011-01-27 19:27       ` mindentropy
2011-01-27 20:01         ` Denis Kirjanov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.