Skip to content

DKU-EmbeddedSystem-Lab/2019_DKU_OS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

2019_DKU_OS

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

  • Professor : Jongmoo Choi
  • Assistant : Gunhee Choi (Email : [email protected])
  • 2019 DKU Operating System Course Information link

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

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

cd lab1_sync

make lab2_example

./lab2_example –t 4 –i 1000000 –s o

./lab2_example –t 4 –i 1000000 –s m

The above command is an example.

See the documentation for details.

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

Lab2 Documentation Link

Lab3

If you want for proceed to Lab3, go to command below : cd lab3_filesystem

make

insmod ramdisk.ko

mkdir mnt

mkfs.fat -F 32 /dev/ramdisk

mount /dev/ramdisk ./mnt

./create.sh

See the documentation for details.

Lab3 Documentation Link

Bonus Image Link : IMAGE_LINK

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published