From 6c8f8ac4402b734fb972da6e2ac9e924b1aee2f2 Mon Sep 17 00:00:00 2001 From: "Devecsery, David" Date: Wed, 12 Aug 2020 14:15:40 -0400 Subject: [PATCH] Update lab1.md Added specification of backtrace.h file location. --- instructions/lab1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.3