Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in operating-system

What is the difference between Completion time and response time when dealing with scheduling policies

Writing a POSIX-compliant kernel

c operating-system kernel

Where can I learn how to make a C++ program interact with the Operating System (Linux)

c++ linux operating-system

How does a system wide profiler (e.g. perf) correlate counters with instructions?

How to find or calculate a Linux process's page table size and other kernel accounting?

Basic question regarding ROM based executable

How to find Linux Distribution name using shell script?

What does C++ do at the memory address of a variable to "deallocate" it?

How at execution time address binding is done in OS?

operating-system

how does the OS know the real size of the physical memory?

making ruby 1.9 default on os x [duplicate]

ruby macos operating-system

Should I make my own OS kernel ELF or raw binary?

Windows Server 2008 R2 or Windows 7 [closed]

What does 'Mutex lock' exactly do?

Are function callback and interprocess communication are same?

Minimum Page Frames

Bounded-waiting Mutual Exclusion with test and set

Why must UI elements always be created/updated from the UI thread?

Any lightweight *nix environment for programming

linux unix operating-system

Using waitpid or sigaction?

c linux operating-system