Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in operating-system

How does static linking without an archive file work?

How to get the name of OS in which the code is running using C#?

How does the Operating System determine how much stack space should be allotted to each thread?

How does a stack memory increase?

What are the PATA/IDE status codes, and what do they mean?

How to find the executed file name and type

What happens when windows encounters an unknown instruction in a binary?

c++ winapi operating-system

Where is Peterson's algorithm used in the real world?

Is a database transaction a good way to manage memory in an operating system?

atomic context and process context/interrupt context

Operating System Development

operating-system

Storing data in filename vs inside file

Why do we pass function arguments as void* in pthread_create?

How do I list all window titles of running programs in OS X?

Can kernel handle two syscalls at the same time by doing multithreading?

Execvp not executing ping command with arguments

c++ operating-system

Can you access other program's memory using program compiled with mingw?

c windows operating-system

When is multi process application is better than multi thread application in a single machine?