From 28fe22d0906265a67cca6de709b5cc5adc5e9eed Mon Sep 17 00:00:00 2001 From: Ananth N Mavinakayanahalli Date: Fri, 3 Feb 2017 09:48:35 +0530 Subject: [PATCH] doc: Trivial fixes Fix some issues in the documentation. Signed-off-by: Ananth N Mavinakayanahalli Signed-off-by: Stewart Smith --- doc/overview.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/overview.rst b/doc/overview.rst index e72599d14d9a..003be0219945 100644 --- a/doc/overview.rst +++ b/doc/overview.rst @@ -93,7 +93,7 @@ Memory We initially occupy a chunk of memory, "heap". We pass to the OS (Linux) a reservation of what we occupy (including stacks). -In the source file include/config.h we include a memory map. This is +In the source file include/mem-map.h we include a memory map. This is manually generated, not automatically generated. We use CCAN for a bunch of helper code, turning on things like DEBUG_LOCKS @@ -122,5 +122,5 @@ Skiboot log ----------- There is a circular log buffer that skiboot maintains. This can be -accessed either from the FSP or through /dev/mem or through a debugfs -patch that's currently floating around. +accessed either from the FSP or through /dev/mem or through the sysfs +file /sys/firmware/opal/msglog.