1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-31 21:11:44 +02:00

Operating systems resources

This is a great series on operating systems in general beginner-friendly

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
This commit is contained in:
Noah salor
2022-08-04 11:25:46 +03:00
committed by GitHub
parent 63774a4c2d
commit d8af622b93

View File

@@ -2,5 +2,7 @@
An operating system is a main program on computer, that governs all other applications. It allows you to use browsers, play games, print documents, launch your favorite program.
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.tutorialspoint.com/operating_system/os_overview.htm'>Operating System - Overview</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://infinite.education/view/how_oss_work_in_general'>How OSs work in general</BadgeLink>
<BadgeLink colorScheme='green' badgeText='Course' href='https://www.youtube.com/watch?v=9GDX-IyZ_C8'> Operating System Basics </BadgeLink>
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=9GDX-IyZ_C8'>Operating System Basics </BadgeLink>
<BadgeLink badgeText='Yellow' href='https://codex.cs.yale.edu/avi/os-book/OS10/index.html'>Operating System Concepts</BadgeLink>