this post was submitted on 12 Sep 2023
50 points (93.1% liked)

Explain Like I'm Five

16573 readers
1 users here now

Simplifying Complexity, One Answer at a Time!

Rules

  1. Be respectful and inclusive.
  2. No harassment, hate speech, or trolling.
  3. Engage in constructive discussions.
  4. Share relevant content.
  5. Follow guidelines and moderators' instructions.
  6. Use appropriate language and tone.
  7. Report violations.
  8. Foster a continuous learning environment.

founded 2 years ago
MODERATORS
 

I am tech savvy so you don't have to disregard the details much about it. I know programming.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 15 points 2 years ago

In brief, it manages the computer hardware resources. So there is the stuff to talk to the hardware and manage access to it, and the scheduler to decide which program can use the processor when.

In other words, it's a middleware for applications to talk to the hardware.