Linux
Linux is the name usually given to any Unix-like computer operating system that uses the Linux kernel.
Application
Any
Language
Any
License
Any
You will need to either find the manual that came with the motherboard, or find the electronic version on their website. Somewhere, probably near the front, there will be a section telling about the...
: I want to run the rdmsr or wrmsr instruction from some code running as root.
: I know how to use IOPL to set the access level of IO instructions, but what about other kernal level instructions?
:...
: I have to write a small program for TASM and another version on NASM (on Linux)
:
: I have to get the time each program takes running, how can I get this time??
:
: I appreciatte any help....
: Do anybody know how to create banner with assembler?
:
Being a little more specific would be helpfull. What do you mean with 'a banner' ?
Eike
SUSE LINUX 7.3 PRO - The world starts behind...
Hi ,
Is there any Dial-In client (like Dial-Out client KPPP) on Linux 7.1
.If there is one how to configure and use it
Thanks,
Shobha.
i am using redhat linux 8.0
it detects both my onboard soundcard and sb pci (ext) soundcard
There is a conflict between the two.i don't know how to disable the onboard soundcard(there is no option...
: Hi,
: I am a newby concerning perl and have a problem by creating a directory wiht a perl script
:
: ------
: $test = "newDir";
: mkdir($test, 0700);
: ----
: On Linux it works fine.
:...
Hi,
I am a newby concerning perl and have a problem by creating a directory wiht a perl script
------
$test = "newDir";
mkdir($test, 0700);
----
On Linux it works fine.
How can I do this...
I want to run the rdmsr or wrmsr instruction from some code running as root.
I know how to use IOPL to set the access level of IO instructions, but what about other kernal level instructions?...
: Hi
: I want to work with Delphi AND with Kylix on the same project.
: Unfortunately Kylix refuses to open forms which I have made with Delphi.
: Why? I named my forms like: form_number1 . Is...
If someone knows how to overwrite the Master Boot Record(MBR) using the latest versions of GRUB(in Red Hat Linux 7.3 and above) please help me!!!!!!!!!!!!!!!!!!
I was wondering if there is a good conversion from this standard C code for linux to windows? I have some code like this:
static void parse_command_arguments(
int argc,
char *argv[])
{
int...
: Ok i have to qustions.
:
: 1) What is the linux eqivelent to windows batch files
As has already been said, Linux uses shell scripts to run
"batch" commands. Another thing to remember is that...
who can tell me what kind of assembly language of the linux kernel source?Thank you very much!
How do I call extrenal programs in Linux and what shall I use to have my program wait / have a delay for some milliseconds?
: I use Red Hat Linux 7.2 in my PC. I generally use GNU C++ for C and C++ programs. Now I want to do PROLOG in it.How can I do it???
:
:
http://gnu-prolog.inria.fr/
http://www.swi-prolog...
I use Red Hat Linux 7.2 in my PC. I generally use GNU C++ for C and C++ programs. Now I want to do PROLOG in it.How can I do it???
: Is there a simple way to "gotoxy" without using turbopascal?
:
: Same with changing the text color / background.
:
: We're using Unix machines, dunno if that makes a difference.
Im not a...
: : : I would like to know where to get a good version of linux preferably one that i can download if possible and then how to use it
: : :
: : :...
This message was edited by couch potato at 2002-11-6 8:35:32
: Hello:
: I am trying to self teach myself Shell programming. I just read the chapter and am not sure what this question is asking...