Skip to content

Commit

Permalink
doc: Trivial fixes
Browse files Browse the repository at this point in the history
Fix some issues in the documentation.

Signed-off-by: Ananth N Mavinakayanahalli <ananth@linux.vnet.ibm.com>
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
  • Loading branch information
Ananth N Mavinakayanahalli authored and stewartsmith committed Feb 3, 2017
1 parent b1544fb commit 28fe22d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/overview.rst
Expand Up @@ -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
Expand Down Expand Up @@ -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.

0 comments on commit 28fe22d

Please sign in to comment.