From: Devecsery, David Date: Wed, 12 Aug 2020 18:15:40 +0000 (-0400) Subject: Update lab1.md X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=6c8f8ac4402b734fb972da6e2ac9e924b1aee2f2;p=cs3210-lab1.git Update lab1.md Added specification of backtrace.h file location. --- diff --git a/instructions/lab1.md b/instructions/lab1.md index c7378ae..be0159b 100644 --- a/instructions/lab1.md +++ b/instructions/lab1.md @@ -131,7 +131,7 @@ Backtrace: ``` **NOTE: there are three space characters (' ') preceeding each of the address lines. -You must create a header `backtrace.h` with the declaration of the `backtrace()` +You must create a header `backtrace.h` (located in `kernel/include/`) with the declaration of the `backtrace()` function (but not definition, definitons generally belong in c files), such that any kernel file including `backtrace.h` may run the `backtrace()` function.