]> Devi Nivas Git - cs3210-lab1.git/commitdiff
Update lab1.md
authorDevecsery, David <ddevec@gatech.edu>
Wed, 12 Aug 2020 18:15:40 +0000 (14:15 -0400)
committerGitHub Enterprise <github-noreply@oit.gatech.edu>
Wed, 12 Aug 2020 18:15:40 +0000 (14:15 -0400)
Added specification of backtrace.h file location.

instructions/lab1.md

index c7378aeb3b6423746e42ec939a1ce28c9b3fa5ac..be0159b9252870fce1295fe4a332db218a0829a7 100644 (file)
@@ -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.