From: Devecsery, David Date: Mon, 27 Jul 2020 14:27:37 +0000 (-0400) Subject: Update lab1.md X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=9f9a04ce6aecd5fea93ec12a1d1f3bb691894a63;p=cs3210-lab1.git Update lab1.md --- diff --git a/instructions/lab1.md b/instructions/lab1.md index 8764cbd..abc373a 100644 --- a/instructions/lab1.md +++ b/instructions/lab1.md @@ -10,9 +10,6 @@ The lab is composed of three parts: - Third, you will get familiar with the boot procedure of xv6 by modifying the kernel to support variable memory sizes. - - **UNSURE IF I'LL ADD THIS** Fourth, you will add a system-call to the xv6 kernel to let the user query - the available memory. - ## Part 1 - checking out the repository @@ -55,7 +52,7 @@ make **NOTE: The above code uses a "Debug" build. This disables optimizations and adds in debug symbols. Its much easier to work with than a "Release" build, the default CMAKE_BUILD_TYPE. The autograder (more later) will run your code in -Release mode** +"Release" mode** Once you've built xv6, you may launch your new kernel. We've provided a