Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in operating-system

Is there an RTOS for normal PCs? [closed]

operating-system rtos

Deconstructing/Hacking NodeJs

what is better way of getting windows version in python?

How to reduce the time taken to launch the app in cold start [closed]

Who's responsibility is it to request pages from the OS as the stack grows?

c assembly operating-system

Is there a difference between an ISR and an interrupt handler?

Is a schedulable unit of CPU time slice process or thread?

Lua file:read unexpected behavior

file lua io operating-system

What is the size of pointers in C on PAE system?

Will the number of OS threads spawned by go process never decrease?

What's the difference between "riscv64-unknown-elf-gcc" and "riscv64-linux-gnu-gcc"

Why is there "syscall" instruction in the x86-64 ISA, if syscalls are OS related?

Check if executable is valid

unix operating-system ocaml

How do buffers work in java IO?

Understanding mmap

memory operating-system

What actually is loaded into RAM when you run a program?

operating-system

Will memory write be visible after sending an IPI on x86?