===================================================================== PLEASE NOTE THAT THIS LIST DOES NOT ALLOW JOB POSTINGS OF *ANY* KIND. If you post one,...
linux-bangalore-progr...
linux-bangalore-progr...
Jan 1, 2006 4:47 pm
7042
===================================================================== PLEASE NOTE THAT THIS LIST DOES NOT ALLOW JOB POSTINGS OF *ANY* KIND. If you post one,...
linux-bangalore-progr...
linux-bangalore-progr...
Jan 1, 2006 4:47 pm
7043
Hi everyone, First let me wish you HAPPY NEW YEAR....feeling great to be in this group....i am trying kgdb debugging but encountered few errors please help me...
Hello all, i need suggestion from you all. Let me describe what i need to build and for what application. we have built a network based surveillance software....
... I don't know about the "in the system call" bit, but generally you can do this using DWARF-2 unwind information that newer GCCs put in for exception ...
Hello, I Installed rtlinux 3.1 for kernel 2.6 inside qemu. I used a prepatched kernel 2.6 from rtlinuxfree.com. The problem is that the kernel crashes whenever...
Hi, When we declare arrays, we define the max size / index of that array. It's supposed to be static or compile time. Can we find out the max available ...
... during compilation, the max memory size can be provided with the help of a macro definition. here is the way: foo.c char array[MAX_SIZE]; // assuming a...
Srivatsa Kanchi, R
skanchi@...
Jan 13, 2006 7:19 am
7049
... Before embarking on this, I have a few questions for you: 1) What do you mean by "max available memory". Do you mean size of RAM, unused RAM or maximum...
Hi, ... I what's the differce between the two and can i allocate all the available memory in a computer to a process? If there is a max address space per ...
===================================================================== PLEASE NOTE THAT THIS LIST DOES NOT ALLOW JOB POSTINGS OF *ANY* KIND. If you post one,...
linux-bangalore-progr...
linux-bangalore-progr...
Jan 15, 2006 2:41 pm
7052
Hello, When I run minicom in an xterm, the window resizes from 124x39 to 80x48. How do I correct this problem? I do not want my terminal window to shrink in...
This month is a special month, for our LUG has a special visitor. Mark Shuttleworth from Ubuntu will be visiting Bangalore this week, and has expressed an...
... Time to pick a textbook on Operating Systems Max physical memory: Amount of RAM on the machine Current free physmem: Amount of RAM that is not being used...
... did you googled for it? since most of such trivial problems are almost available on net just to start with: ...
Srivatsa Kanchi, R
skanchi@...
Jan 17, 2006 12:04 pm
7056
Hai all, This is my 1st post to this group.1st of all Happy New Year to all.Here My quiry is abt writing and reading on same port.I have successfully...
... This is a bizairre idea, but try making it 2 applications. One is which streams the video .. just like Mplayer. use gambas.sf.net -- Laxminarayan Kamath...
... Hi, actually, when I had done this port-programming some time ago, I remember that the PC ports (serial and Parallel port atleast) latch the information...
Hi, I want to do function level profiling of a program using "gprof". The program accepts a command line argument, which should typically be the a file. I have...
... to a program that is being profiled. I guess there should be a more elegant way of doing this. But a quick approach that worked for me is as follows: -...
... OK I think I am confused. Can you tell what happens on the server side? By the way, Is your product open source? Is it legal as per your contract to...
hi yes the product is shared amoung the devel group now. we are working on licencing but prior to that we need to complete to project. the server is grabing...
Hi,
I'm making a compiler for a new language. Its very challenging ...
Since it is in the initial stages, the code isn't in a stage where I could put it on...
... the >information sent to them through the "outb" call. Hai all, I want to write & read to/from the serial port respectivelly and i am strugging to do this...
Hi, I am using Lepton Floppy Linux and Redhat Linux. When I am trying to execute the Framebuffer sample program, It is displaying the below error message: The...
... Wouldn't it be better if done programatically? You could use "getrlimit()" and "setrlimit()" function calls. You have to use "RLIMIT_DATA" to see the...
... If I understand *rlimit correctly, if there is no limit set, you'll get RLIM_INFINITY. If this is true, the OP's intention of figuring out the maximum...