Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in operating-system

Is it possible to write an Operating System completely in C?

c operating-system

Understanding concurrent file writes from multiple processes

Switching from user mode to kernel mode

operating-system kernel

What is the barest bare-boned operating system available? [closed]

operating-system

For kernel/OS is C still it? [closed]

Difference between write() and printf()

Is there build farm for checking open source apps against different OS'es?

c++ build operating-system

Best Educational Operating System For Study? [closed]

operating-system osdev

Roadblocks in creating a custom operating system [closed]

operating-system osdev

Why an executable program for a specific CPU does not work on Linux and Windows?

In virtual memory, can two different processes have the same address?

operating-system

Convert the output of os.cpus() in Node.js to percentage

TLB misses vs cache misses?

How does a compiled program interact with the OS?

c++ operating-system

How do Real Time Operating Systems work?

operating-system rtos

Non-blocking version of system()

c linux operating-system

How can I check the bitness of my OS using Java? (J2SE, not os.arch)

java operating-system

Implementing an N process barrier using semaphores

What does os.path.abspath(os.path.join(os.path.dirname(__file__), os.path.pardir)) mean? python

What kind of code can be called "re-entrant"?

operating-system