Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in operating-system

How does abspath determine if a path is relative?

python operating-system

Using a hard disk without filesystem for big data

Is it possible to completely manage the life cycle of a process and its forks?

How are arrays stored in Virtual Memory?

How do I read the results of a system() call in C++?

How are C file I/O operations handled at low level?

c operating-system

Does printf() invoke the short term scheduler to schedule another process in ready queue?

load overflow topmost address on x86

Implement semaphores using the monitor concept

How can we make sure that only one instance of any application in running even in 2 different JVM's

java unix operating-system

Can a java object be accessed from native code and vice versa?

Are all CPU cores used during boot-up?

Process is a thread or thread is a process?

Call C++ from an assembly bootloader

Powershell OS check before running a command using an IF statement

How does a Windows Kernel mode Driver, access paged memory?