From efde86bb04bf0121aac8b666639a445b2c3bc31a Mon Sep 17 00:00:00 2001 From: "Devecsery, David" Date: Fri, 18 Dec 2020 12:01:53 -0500 Subject: [PATCH] Update lab0.md Updated with better qemu instructions and fall2020 to spring2021 --- instructions/lab0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.3