Skip to content
This repository has been archived by the owner on Oct 2, 2022. It is now read-only.

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
frozsgy committed Nov 20, 2020
1 parent 15958a9 commit ff2ac00
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,21 @@
# ceng334-hw
Repository for CENG334 - Introduction to Operating Systems homeworks.
# CENG334 - Introduction to Operating Systems

## Course Objectives

By the end of the course students will learn fundemantal concepts, organization, components, and basic algorithms of operating systems.

## Course Content

Introduction to Operating Systems. Memory Management. Process Management. Concurrent Processes. Deadlocks. Processor Management. I/O and Device Management. File Management and File Systems. Introduction to Distributed Operating Systems. Synchronization in Distributed Systems. Distributed File Systems. Overview of contemporary OS technology.

## [Homework 1](https://github.com/frozsgy/ceng334-hw/tree/master/Homework%201)

Implementation of an auction server using inter-process communication.

## [Homework 2](https://github.com/frozsgy/ceng334-hw/tree/master/Homework%202)

Implementation of an elevator using threads.

## [Homework 3](https://github.com/frozsgy/ceng334-hw/tree/master/Homework%203)

Implementation of a simple shell that reads from an ext2 image.

0 comments on commit ff2ac00

Please sign in to comment.