Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in operating-system

Difference between interrupt context and process context?

How do I pass an argument via command line to set an environ in Python

What is the correct calling convention to use within a bootloader?

How does the operating system know how much memory my app is using? (And why doesn't it do garbage collection?)

How to be sure a file has been successfully written?

Which IPC is more efficient here?

Examples of inter process communication(IPC)

Does any JVM implement blocking with spin-waiting?

kernel mode and memory protection [closed]

Fast input output function

init function invocation of drivers compiled into kernel

Why do we need separate kernel stack for each CPU [closed]

operating-system kernel smp

Pointer randomly assigned mysterious values (A5A5A5A5 and FFFFFFFF) on a stm32 using freeRTOS causing hardfault

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?