Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

NCTU DCP4334 Introduction to Operating Systems (Fall 2016)

Notifications You must be signed in to change notification settings

JayHsieh1104/DCP4334-Operating-Systems-Fall-2016

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction to Operating Systems Homework (Fall 2016)

NCTU DCP4334 Introduction to Operating Systems (Fall 2016)

HW1: Fork system call practice

  1. forK()
  2. fork() + exec() + pipe()

HW2: OS scheduling algorithms implementation

  1. Shortest job first
  2. Shortest remaining time first
  3. A multiple level feedback queue: round robin + first come first served

HW3:Speed up existed program with pthread

About

NCTU DCP4334 Introduction to Operating Systems (Fall 2016)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages