Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in operating-system

Different addresses in ELF header and process virtual memory

Restrictions while kernel is running an ISR routine

Trouble understanding preemptive kernel

operating-system

What exactly happens in a power-fail interrupt?

relationship between programming language and OS APIs

api operating-system jvm

Java's or C#'s Threads are based on User-Space Threads or Kernel-Space Threads?

How many GB can malloc allocate for your program

c operating-system malloc

Thread safety vs Re entrancy

Using `splice` for Linux... what else for other systems?

How to Detect Mac OS X Version in JavaScript

Kernel Code vs User Code

Privilege levels implementation

Keyboard interrupts and os.system vs subprocess.call

Accessing an ALREADY running process, with Python

what does PC have to do with load or link address?

How to set ss and sp registers correctly in i386

What happens to open files which are not properly closed?

What is `S_ISREG()`, and what does it do?

vm/min_free_kbytes - Why Keep Minimum Reserved Memory?

How to iterate an NSSet (Objective-C) - To-Many relationship representation in Core Data - efficiently?