From d4b94b9b478d03f3930f261d46e6bdf50d6b77e7 Mon Sep 17 00:00:00 2001 From: chyyuu Date: Sun, 30 Sep 2012 21:55:12 +0800 Subject: [PATCH] Update README --- README | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README b/README index cccd702..808b862 100644 --- a/README +++ b/README @@ -20,6 +20,25 @@ lab6: scheduling lab7: mutex/sync lab8: filesystem +If you don't want to install ubuntu and other softs to finish these labs, you can use VirtualBox soft (https://www.virtualbox.org/) and +a virtual disk image with all these softs. +You can download this virtual disk image -- oslabs_for_student_2012.zip (576.2MB,) from http://pan.baidu.com/share/link?shareid=69868&uk=2585194235, which +is an VirtualBox disk image (contains ubuntu 12.04 and needed softs, and is zipped with zip and xz format), and can be unzipped +by haozip software (http://www.haozip.com). +After unzip oslabs_for_student_2012.zip, you will get +--- +C:\vms\ubuntu-12.04.vbox.xz +C:\vms\ubuntu-12.04.vmdk.vmdk.xz +C:\vms\ubuntu-12.04.vmdk-flat.vmdk.xz +--- +then you will continue unzip all these files, and get +--- +C:\vms\ubuntu-12.04.vbox +C:\vms\ubuntu-12.04.vmdk.vmdk +C:\vms\ubuntu-12.04.vmdk-flat.vmdk +--- +If you installed VirtualBox soft, then the last step is: double clik file "ubuntu-12.04.vbox" and run ubuntu 12.04 in VirtualBox. + EXERCISE STEPS -------------- 1 $cd labX