]> Devi Nivas Git - cs3210-lab0.git/commitdiff
Update lab0.md
authorDevecsery, David <ddevec@gatech.edu>
Fri, 18 Dec 2020 17:01:53 +0000 (12:01 -0500)
committerGitHub Enterprise <github-noreply@oit.gatech.edu>
Fri, 18 Dec 2020 17:01:53 +0000 (12:01 -0500)
Updated with better qemu instructions and fall2020 to spring2021

instructions/lab0.md

index 52363548f24f4ab7c670808951a54f65f897400c..8a9ec3fc8c7d48bba2bd66297a450687ac0c8cad 100644 (file)
@@ -19,7 +19,7 @@ Start by checking out your xv6 repository.  The following line will clone your
 code into cs3210\_lab:
 
 ```bash
-git clone git@github.gatech.edu:cs3210-fall20/<youruniquename>-xv6-public.git cs3210_lab
+git clone git@github.gatech.edu:cs3210-spring2021/<youruniquename>-xv6-public.git cs3210_lab
 ```
 
 Now, build your repository.  We recommend building within a separate build
@@ -44,7 +44,7 @@ sudo apt install <programs>
 
 If you have a new installation, we recommend installing at least:
 ```bash
-sudo apt install gcc build-essential cmake
+sudo apt install gcc build-essential cmake qemu libvirt-dev
 ```
 
 Once make complete successfully you can try to boot the kernel by