Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/meharehsaan/operating-system
- Owner: meharehsaan
- Created: 2023-09-11T15:39:18.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-12T16:50:16.000Z (about 1 year ago)
- Last Synced: 2023-10-14T16:29:48.681Z (about 1 year ago)
- Language: C
- Size: 2.36 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)