Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in operating-system

Running applications from freeRTOS

memory segments and physical RAM [closed]

Where does the Transport Layer operate?

Caused by: java.lang.OutOfMemoryError: Java heap space

When could 2 virtual addresses map to the same physical address?

Close qemu from a process in xv6

If hyperion releases amiga to another platform, TODAY, would it survive? [closed]

operating-system amiga

In Python, without using the /proc filesystem, how do I tell if a given PID is running?

how to get process id attached with particular port in sunos

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?