From 36bd687ffc40b1ceb5a9528a617bb20938d70c55 Mon Sep 17 00:00:00 2001 From: David Devecsery Date: Wed, 10 Jun 2020 12:39:58 -0400 Subject: [PATCH] Tweaks to lab1.md --- instructions/lab1.md | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.47.3