Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in operating-system

What are some of the common performance issues, irrespective of programming language?

How to determine if OS is 32 or 64 bit cross-platform on .NET Standard 1.5?

Is it still possible to set thread affinity in macOS?

Why the linux read ip register from rcx register in the entry_SYSCALL_64 function?

Is there any other model than Interrupt driven architecture?

what is difference between while(true) and wait() or thread join()

how is machine-virtualization achieved without hardware support

basic CPU scheduling "waiting to ready"

Calculating execution time for 2-threaded CPUs?

How can Erlang os:cmd/1 run a command with Unicode characters?

How is an IP address "part" called?

Is the change between kernel/user mode done by hardware or software?

What is the print format for atomic_long_t for printk in C

What happens to the cache-lines for a page when the page is swapped out to the disk?

Does crt0 load msvcrt.dll?

What does intent.putExtra do?

python recursively rename directories

Why does fflush() affect the output of forked processes?

Differences between events and semaphores