Skip to main content

Questions tagged [operating-systems]

An operating system (OS) is a basic software whose rule is to intermediate software requisitions for resources and the hardware available, manage input/output, memory allocation/deallocation, file systems, among other basic tasks a device should do.

4 votes
1 answer
336 views

More or less what the title says. Suppose we have a sequential container like vector in c++ that will store data contiguously. When we say that the data is stored contiguously do we mean that it's ...
codefast's user avatar
  • 179
7 votes
2 answers
366 views

The GPT (GUID Partition Table) is the most accepted modern standard for partitioning of a data storage device. Its unit for the offset and size of a partition is so-called sector*. Is it a well-...
Incnis Mrsi's user avatar
6 votes
2 answers
590 views

How is async logic implemented natively without threads? What would be the high level structure of the system? Is it just a separate OS thread that gets and pushes requests and results in 2 queues? I ...
codefast's user avatar
  • 179
2 votes
2 answers
262 views

I am reading Tanenbaum's Modern Operating Systems. I want to understand a particular concept regarding processes and blocking system calls, specifically with regards to I/O. I assume threads might ...
Stefan Rendevski's user avatar
1 vote
3 answers
1k views

In the book Operating System Concepts, In the summary it states: A monolithic operating system has no structure; all functionality is provided in a single, static binary file that runs in a single ...
Eric Gumba's user avatar
0 votes
7 answers
2k views

So, an Application Programming Interface is a way for two or more computer programs to communicate with each other. An application programming interface (API) is a way for two or more computer ...
Noob_Guy's user avatar
  • 159
-1 votes
1 answer
220 views

I'm having a tough time finding the distinction between the two. My understanding is that "operating system" refers to a more abstracted job monitor with extended functionality (e.g. task-...
Larnyx's user avatar
  • 3
33 votes
7 answers
8k views

Sometimes computers stutter a bit when they're working hard, to the point where the mouse location freezes for a fraction of a second, or stutters intermittently for a few seconds. This sometimes ...
Paul Calcraft's user avatar
-1 votes
2 answers
1k views

I'm developing an application (Java & JavaFX) that writes/reads data (a file). The problem is I don't want to restrict user to run only one instance (of my app) at a time, as I really can't think ...
Wiktor's user avatar
  • 33
-4 votes
1 answer
200 views

I have searched on the Internet on how do operating systems have different window layouts, but I have found nothing. Windows has one style, Mac OS has another, and Linux has a different style as well. ...
Lenin's user avatar
  • 103
-2 votes
2 answers
367 views

Certain OS in it's system requirement doesn't specify anything peculiar like in case of ubuntu it asks only for "2 GHz dual core processor or better". If yes, how does it compares with ...
D J's user avatar
  • 107
24 votes
5 answers
7k views

From what books I read on linux system programming, it seems like signals were the primary way to communicate events between processes. They were the gateway into many interesting functionalities, ...
Incomputable's user avatar
0 votes
2 answers
419 views

We all know that if we delete a file, the operating system is recycling it but doesn't actually delete it. It just removes it from the directory indexes, and until the data is needed and overwritten, ...
VJZ's user avatar
  • 127
2 votes
3 answers
261 views

ABI (Application binary interface) defines things like caller and callee saved registers, stack use, register use, end-of-routine stack pop etc. Is ABI only an agreement between compilers and other ...
Dave's user avatar
  • 21
0 votes
3 answers
241 views

I'm quite unexperienced in the sysadmin area. Now I'm facing the responsability of managing two (remote) servers. I'm working in an informal organization. So I have passwords for the OS's users, ...
schrodingerscatcuriosity's user avatar

15 30 50 per page
1
2 3 4 5
16