Thanks Tom. Could you tell me if the different distro's like Mandrake run a modified version of the kernel or if they all run exactly what you have linked. The reason I ask is because I was reading something that led me to believe they do, however, I cannot find what I was reading :/ Thanks...
Hi yall. Where can i find the latest kernel source for mandrake? I had some readme the other week which had an ftp site to go and get it, but I cant find that any more. I am now very frustrated. Well, I would apreciate any help or heads up on building a kernel and making it bootable.
I am trying to install a PCI network card but I need a 'configured' kernel. Here is the install instructions that tell me this:
Configured kernel source code for the kernel you are running. Ideally, this will be the resulting tree after building your own kernel. Configured means that you have...
For a cpp program in dos if I wanted to do this I would do a system call to pause like this #include<cstdlib> ... system("pause"); and that works. unfortunately, "pause" isnt a system command in Unix, although I can press the pause button on my keyboard and produce the...
SeatingChart::SeatingChart (int theNumberOfRows,
int* numberOfSeatsPerRow)
: numberOfRows(theNumberOfRows)
Here is what makes this weird to me. numberOfRows is a variable NOT a function. Why does it have an arguement list? matter-of-factly, I don't understand much about this...
well, I figured it out and I thought i'd let y'all know. I had to set project->settings->debug->arguements to "< theater0.dat" AND I had to include theater0.dat as a resource file in my project. However, the debugger is a worthless piece of trash and didn't help me like I thought...
Okay, Here's the problem. To launch this program I type in "theater.exe < theater0.dat" in the command prompt. I need to run this program with msvcpp's debugger, but I don't know how to tell the debugger to launch the app with theater0.dat as the standard input. Please help me, this...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.