This repository has been archived by the owner on Oct 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |