Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in operating-system

C and resource protection in memory

Are assembly language programs restricted by kernel modes as well?

assembly operating-system

How is C cross platform?

What is the rationale for small stack even when memory is available?

operating-system

Does there have to be a mode switch for something to qualify as a context switch?

Python: os.path.isfile won't recognise files beginning with a number

python operating-system

Virtual Memory and Physical Memory

Task in vxworks

calling Object.notify() before Object.wait()

How are backslash escape sequences implemented in compilers?

How can a program compiled to machine language run on different machines?

Identify system operating system by id

c# operating-system

How to check website viewer's operating system?

Detect windows service state

Can the Ruby language be used to build operating systems?

ruby build operating-system

Is it possible to access physical address 0?

Can I run C and C++ on any platform?

c++ c operating-system

C++ Programs return int type, so why does return -1 return 255? [duplicate]

How is there internal fragmentation in paging and no external fragmentation?

Are cores (device abstraction level) of OSs written entirely in C? (Like: "UNIX is written in C")

c assembly operating-system