/os_schedule

Primary LanguageBatchfile

2019_DKU_OS

This is a place for studying Operaing System in Dankook University.

Download Environment

Virtual Machine Platform: VirtualBox 6.0

Operating System: Ubuntu 16.04

Image Download Link

This environment is based on VirtualBox 6.0. If image execution is not possible, we recommend reinstalling VirtualBox 5.2 version.

Virtual Box 5.2 Link

Clone Git Repository

git clone https://github.com/ChoiGunHee/2019_DKU_OS.git

If you get an error there are no commands, install git with following command :

sudo apt-get install git

Lab1

If you want to proceed to Lab1, go to command below :

cd lab1_sched

make

./lab1_sched

Documentation for conducting the assignment can be found at following link :

Lab1 Documentation Link

Lab2

Will be added.

Lab3

Will be added.