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 ff2ac00 commit c3a1581
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ By the end of the course students will learn fundemantal concepts, organization,

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)
## [Homework 1](https://github.com/frozsgy/ceng334-hw/tree/main/Homework%201)

Implementation of an auction server using inter-process communication.

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

Implementation of an elevator using threads.

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

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

0 comments on commit c3a1581

Please sign in to comment.