Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in operating-system

Difference between message queues and mailboxes

How do Operating Systems prevent programs from accessing memory?

What exactly happens when sleeping a thread

How do machines interpret binary?

How do I access memory addresses directly in Ada?

operating-system ada vga

How do computers prevent programs from interfering with each other?

operating-system

it is possible to run without virtual memory at all, just physical memory (in fact, most embedded systems run this way). How?

How to clean (delete) temporary files if they exist in Ubuntu OS? [closed]

Benefits of user-level threads

Why is the heap in Go executable?

why c++11 sleep_for microseconds actually sleep for millisecond?

How can my program determine if it is running on 32-bit or 64-bit Windows?

python bytecode, the interpreter and virtual machine

What is the difference between compaction and defragmentation?

C and resource protection in memory

Are assembly language programs restricted by kernel modes as well?

assembly operating-system

How is C cross platform?

What is the rationale for small stack even when memory is available?

operating-system

Does there have to be a mode switch for something to qualify as a context switch?

Python: os.path.isfile won't recognise files beginning with a number

python operating-system