Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/meharehsaan/operating-system

This repo contains operating system basic concepts learned while learning operating system.
https://github.com/meharehsaan/operating-system

Last synced: 29 days ago
JSON representation

This repo contains operating system basic concepts learned while learning operating system.

Awesome Lists containing this project

README

        

# Operating System

Operating System `(OS)`, program that manages a computer’s resources, especially the **allocation** of those **resources** among other programs. Typical resources include the **central processing unit (CPU), computer memory, file storage, input/output (I/O) devices, and network connections**. Management tasks include `scheduling` resource use to avoid conflicts and interference between programs. Unlike most programs, which complete a task and terminate, an operating system runs `indefinitely` and terminates only when the computer is **turned** off.

## Contents

## Additional Links

- **Linux Utilites** ([Link](https://github.com/meharehsaan/linux-utilities))
- **Assembly language** ([Link](https://github.com/meharehsaan/intelx86_64))
- **Socket Programming** ([Link](https://github.com/meharehsaan/socketprogramming))
- **System Programming** ([Link](https://github.com/meharehsaan/system-programming))
- **Programming Concepts** ([Link](https://github.com/meharehsaan/progconcepts))

### Different operating systems

![Operating systems](https://www.knowcomputing.com/wp-content/uploads/2022/10/Exampes-of-operating-system.jpg)