===================================================================== PLEASE NOTE THAT THIS LIST DOES NOT ALLOW JOB POSTINGS OF *ANY* KIND. If you post one,...
linux-bangalore-progr...
linux-bangalore-progr...
May 1, 2009 11:11 am
7538
Hello guyz, i would like to know how to compile linux kernel ( v2.6.29 ). i did download the latest kernel from kernel.org. what next ? Thanks in advance. ...
... If it is a native build - simpler yet. Get the existing .config from /usr/src/linux<version from uname>/.config and put it in the untarred kernel source....
Mayank
mr.mynk@...
May 2, 2009 5:50 pm
7541
Hi Vinod, calling fork or any family of fork calls will call the "clone" system call with different parameters. Most implementations of pthreads also call the ...
This is a reminder to members of this list about the posting rules: If you are posting to this list, and your messages aren't appearing, check the following: ...
linux-bangalore-progr...
linux-bangalore-progr...
May 3, 2009 11:01 am
7543
Hi There, *Step 1 *Download the kernel from below link ftp://ftp.kernel.org/pub/linux/kernel/v2.6 *Step 2* Extracting the kernel if its a archive with tar.gz...
Hi vishal, Firstly thanks for your info on how to compile linux kernel. The info that you passed on was very helpful , so for so good, everything went fine, ...
Dear Vinod, make && make modules_install && make install if you see make install in the end it installs the kernel and put the image in boot partition now if...
If you are compiling the kernel for use on your local machine the following link is pretty good - http://www.howtoforge.com/kernel_compilation_ubuntu specific...
Mayank
mr.mynk@...
May 6, 2009 5:55 am
7547
Dear Friends, Thanks for your constant support and your valuable inputs, which helped me a lot in compilation of kernel. Finally i have managed to compile the...
... One of the things I discovered recently and was looking for quite sometime was a single place with all the kernel API. The best Documentation can be found...
Mayank
mr.mynk@...
May 12, 2009 12:02 pm
7549
This is a reminder to members of this list about the posting rules: If you are posting to this list, and your messages aren't appearing, check the following: ...
linux-bangalore-progr...
linux-bangalore-progr...
May 17, 2009 11:30 am
7550
This is a reminder to members of this list about the posting rules: If you are posting to this list, and your messages aren't appearing, check the following: ...
linux-bangalore-progr...
linux-bangalore-progr...
May 31, 2009 10:44 am
7551
===================================================================== PLEASE NOTE THAT THIS LIST DOES NOT ALLOW JOB POSTINGS OF *ANY* KIND. If you post one,...
linux-bangalore-progr...
linux-bangalore-progr...
Jun 1, 2009 10:50 am
7552
In the context of socket programming, a server is set up at some port 'PA'. Now, if a client wants to communicate with this server a channel needs to be...
Hi, I write a very simple program to print command line arguments. As and when program hits '*' in received arguments It converts it to list of files in...
... The * was converted to a list of files by the shell you use eg:bash. Try "./a.out \*" and you should get * as an argument. Any special character ...
... * on command line is expanded by shell to list of files. Thus when you run program the actual arguments to program are list of files in working directory. ...
Balwinder Singh
BALWINDER@...
Jun 11, 2009 6:22 pm
7556
... Yes...you can. Pass the argument as string. Example... >a.out '*' . This is because the asterisk without quote has a special meaning for shell. You can...
Hi, * is one of the metacharacter(special character) in unix shell. * - matchess zero or more characters . for eg: foo* - matches all files that start with...
bash is interpreting * and passing it as the list of files in the current directory, you could try passing escape sequence with * and see what is the behavior....
This is a reminder to members of this list about the posting rules: If you are posting to this list, and your messages aren't appearing, check the following: ...
linux-bangalore-progr...
linux-bangalore-progr...
Jun 14, 2009 10:41 am
7562
This is a reminder to members of this list about the posting rules: If you are posting to this list, and your messages aren't appearing, check the following: ...
linux-bangalore-progr...
linux-bangalore-progr...
Jun 28, 2009 10:38 am
7563
===================================================================== PLEASE NOTE THAT THIS LIST DOES NOT ALLOW JOB POSTINGS OF *ANY* KIND. If you post one,...
linux-bangalore-progr...
linux-bangalore-progr...
Jul 1, 2009 11:05 am
7564
This is a reminder to members of this list about the posting rules: If you are posting to this list, and your messages aren't appearing, check the following: ...
linux-bangalore-progr...
linux-bangalore-progr...
Jul 12, 2009 1:15 pm
7565
This is a reminder to members of this list about the posting rules: If you are posting to this list, and your messages aren't appearing, check the following: ...
linux-bangalore-progr...
linux-bangalore-progr...
Jul 26, 2009 6:58 pm
7566
===================================================================== PLEASE NOTE THAT THIS LIST DOES NOT ALLOW JOB POSTINGS OF *ANY* KIND. If you post one,...