From: David Devecsery Date: Wed, 10 Jun 2020 16:39:58 +0000 (-0400) Subject: Tweaks to lab1.md X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=36bd687ffc40b1ceb5a9528a617bb20938d70c55;p=cs3210-lab1.git Tweaks to lab1.md --- diff --git a/instructions/lab1.md b/instructions/lab1.md index 70e002a..b899cec 100644 --- a/instructions/lab1.md +++ b/instructions/lab1.md @@ -8,6 +8,8 @@ The lab is composed of three parts: - Second, you will add some debugging functionality to the xv6 kernel. - Third, you will get familiar with the boot procedure of xv6 by modifying the kernel to support variable memory sizes. + - 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