From 9f9a04ce6aecd5fea93ec12a1d1f3bb691894a63 Mon Sep 17 00:00:00 2001 From: "Devecsery, David" Date: Mon, 27 Jul 2020 10:27:37 -0400 Subject: [PATCH] Update lab1.md --- instructions/lab1.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 -- 2.47.3