Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in operating-system

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?

shutting down an OS without using API's

c operating-system shutdown

Why do we need a wait() system call?

How is text segment made read-only?

c linux operating-system

Read specific sector on hard drive using C language on windows

Why is go app running as several processes?

Why is process scheduling not called thread scheduling?