Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in operating-system

Software interrupts VS System calls

Semaphore implementation : why is disabling interrupts required along with test-and-set?

Real-Mode x86 ASM: How are the Basics Done?

Semaphore wait() and signal()

Interrupts disabled during Interrupt handling

how DOS executed multiple processes simultaneously?

Address binding generate same address

operating-system

The stack size used in kernel development

How are Java Thread priorities translated to an OS thread priority?

Why Enable/Disable A20 Line

Address of Video memory

How many TCP sockets can I open at once? [duplicate]

Why enable A20 line in Protected Mode?

Real Time Operating Systems for Embedded Systems -> Good Starting books [closed]

Inner-workings of Keyboard Event Handling under Linux

When using os.execlp, why `python` needs `python` as argv[0]

Would it be possible for Microsoft to phase out the Win32 API in future versions?

Java - file.length() returns even if the file is not readable

Why doesn't the OS have a garbage collector?

Why spinlocks are used in interrupt handlers