Updated with better qemu instructions and fall2020 to spring2021
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
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