From 5c2838dfd5f53893601c7617d287bae8d7aaa2bf Mon Sep 17 00:00:00 2001 From: Joshua Phillips Date: Sun, 8 Feb 2009 19:40:26 +0000 Subject: [PATCH] [doc] added information about exports.inc --- doc/modules.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/modules.txt b/doc/modules.txt index 5ef2d13..62b97d3 100644 --- a/doc/modules.txt +++ b/doc/modules.txt @@ -53,3 +53,11 @@ The `modinit` section does not take into account module dependencies. For example, if module A uses module B, module B would have to be initialised before A, although currently the initialisation order would depend on the order of the linker arguments! + +Kernel symbols +-------------- + +`kernel/exports.inc` is full of a list of the kernel's symbols that modules can +use. A nicer solution would be a System.map file (like Linux has) or similar. +Even better would be a way to include the ELF symbol table in one of the +loadable ELF segments. -- 2.11.4.GIT