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
Virtual Machine Platform: VirtualBox 6.0
Operating System: Ubuntu 16.04
This environment is based on VirtualBox 6.0. If image execution is not possible, we recommend reinstalling VirtualBox 5.2 version.
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
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 :
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 :
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.
Bonus Image Link : IMAGE_LINK