Added about new kernel on old distro (was Re: most likely, i'll be giving a kernel talk at ottawa LUG next week)
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.h... -- regards, Mulyadi Santosa Freelance Linux trainer and consultant blog: the-hydra.blogspot.com training: mulyaditraining.blogspot.com
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
participants (2)
-
Mulyadi Santosa -
prabhu