operating-systems-learning
There are 28 repositories under operating-systems-learning topic.
sgmarz/osblog
The Adventures of OS
acmiitr/KSOS
Our very own Operating System built from scratch for x86 architecture systems!
leo-aa88/primus-os
A simple bare-bones 32-bit operating system written in Assembly x86 and C for educational purposes
Stellaris-code/LudOS
A toy monolithic kernel written in C++
alisharify7/operating-system-course
a full course for operating-system lectures + My own additional content. base on Abraham-Silberschatz-Operating-System-Concepts-10th-2018
upperdim/beginOS
Hello world OS from scratch, a template for absolute beginners
Amey-Thakur/OPERATING-SYSTEM-AND-OPERATING-SYSTEM-LAB
CSC405: Operating System [OS] & CSL404: Operating System Lab [OS Lab] <Semester IV>
jakubowiczish/sysopy
[TWOJA MAMA UJEBAŁA SYSOPY, ALE TY BĄDŹ LEPSZY][DEJ GWIAZDKĘ] - ZESTAWY AND KOLOSY SOLUSZYNS - sysopy assignment
arxiver/Visual-OS-Scheduler
Operating systems scheduling algorithms visualization.
eli-davis/Intel_80486_OS
OS for the Intel 80486 written in BCPL
SignorMercurio/PintOS-Project-1
Personal solution to PintOS Project 1.
OS-Sketch/www.os-sketch.com
:writing_hand: Learn about operating systems ... one sketch at a time!
RazaRizvii/Operating-System-Semaphore--Producer-and-Consumer-are-part-of-an-application.-The-producer-access-a
Producer and Consumer are part of an application. The producer access a two dim matrix of int (of 100 x 100) and produces the memory address as an item and store it in a array of pointers to int. The consumers compete and get an entry of the array that corresponds to a row, and finds the number of primes in that row and adds it to a shared sum
abdelhakeem/cs333-pintos
Pintos is a simple operating system framework for the 80x86 architecture. This is our semester project for CS 333 at Alexandria University. We are assigned certain tasks to improve the implementation of Pintos.
andrewkflui/RaceConditionExamples
Example programs for illustration of Race Condition and Deadlock for Teaching Operating Systems
berkerol/boun-cmpe322-projects
Projects for Operating Systems course in Boğaziçi University
hashim21223445/ML-For-Beginners
12 weeks, 26 lessons, 52 quizzes, classic Machine Learning for all
hashim21223445/solid-andoka
README.mdConfig files for my GitHub profile.
Morin3/terraform-provider-cloudflare
Cloudflare Terraform Provider
Asti7/io_utility
Myio is a simple alternative to the standard C i/o library. It utilises low-level system calls to achieve basic input/output functionality.
nuno-silva/proj-so
Projeto para a Cadeira de Sistemas Operativos - IST - 2014/2015
zachdillard/Simulator
School project for CS3502
adyavanapalli/weenix-docker
This repository provides a Docker image manifest for building a Docker image that can be used to compile weenix, a toy operating system used to learn about operating systems concepts.
dylanrichards/CPS470
CPS 470 - Introduction to Operating Systems
godotto/eopsy-labs
Shell scripts and other stuff for operating systems academic course
harismuneer/Forking-SharedMemory-Semaphores_Example
🔐A C++ example demonstrating the OS concepts of Process Forking, Shared Memory, Semaphores by solving an interesting problem
MichaelKMalak/OS-Scheduler
A CPU scheduler (simulation) on Linux platform
tushparte/xv6
A unix based OS for learning purposes, modified for mac