Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in operating-system

Is there any write buffer in bash programming?

bash operating-system

When we associate '&' with a variable the address we get is the virtual address or the physical address? [duplicate]

c operating-system

Can't clear entire screen in 16-bit real mode Assembly

Does implementation of C libraries depend on OS?

Why do 32-bit applications work on 64-bit x86 CPUs?

Must a process group have a running leader process?

Is the assembly language different from one architecture to another?

What does "interrupt hooking" mean?

CPU Registers and Multitasking

Vimium concept for Windows/Linux desktop [closed]

AttributeError: module 'os' has no attribute 'uname

python operating-system

Why does x86 paging have no concept of privilege rings?

iPhone OS 3.1.3 does not work with Xcode 3.2.1. Do I have to install SDK 3.2 BETA?

iphone sdk operating-system

How does physical pages are allocated and freed during the malloc and free call?

How to load kernel or be able to use more space in own bootloader?

Why is a process's address space divided into four segments (text, data, stack and heap)?

Does any OS allow moving memory from one address to another without physically copying it?

How much of an effect can different operating systems have on displaying web pages?

Can someone explain what virtual machines are and why they're useful? [closed]

sleep() vs blocking of a process