Skip to content

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

Notifications You must be signed in to change notification settings

meharehsaan/operating-system

Repository files navigation

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)
  • Assembly language (Link)
  • Socket Programming (Link)
  • System Programming (Link)
  • Programming Concepts (Link)

Different operating systems

Operating systems

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages