From: Devecsery, David Date: Fri, 18 Dec 2020 17:01:53 +0000 (-0500) Subject: Update lab0.md X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=efde86bb04bf0121aac8b666639a445b2c3bc31a;p=cs3210-lab0.git Update lab0.md Updated with better qemu instructions and fall2020 to spring2021 --- diff --git a/instructions/lab0.md b/instructions/lab0.md index 5236354..8a9ec3f 100644 --- a/instructions/lab0.md +++ b/instructions/lab0.md @@ -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/-xv6-public.git cs3210_lab +git clone git@github.gatech.edu:cs3210-spring2021/-xv6-public.git cs3210_lab ``` Now, build your repository.  We recommend building within a separate build @@ -44,7 +44,7 @@ sudo apt install 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