summaryrefslogtreecommitdiff
path: root/shell-init
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2013-01-15 09:50:29 +1100
committerChris Johns <chrisj@rtems.org>2013-01-15 09:50:29 +1100
commit298b8932c3ced96746e30b13f9d067a27e62fe94 (patch)
tree358f8840a8e417b81f9fd685a9995d52e8175ab7 /shell-init
parentfd1a5952e2cdc392ee966199ca09468fc7ee11cc (diff)
Add support for RAP module loading/unload plus a shell command.
Add a RAP module loading and unloading. This support wraps the dlopen API plus manages calling the entry point. The modules are also held in a list so users can find them, iterator over them and unload them. This API provides a system level way to manage application modules. The find file user needs to manage errors. Load the rap module by default and list the loaded modules. Add the RAP shell command to the shell in main.
Diffstat (limited to 'shell-init')
-rw-r--r--shell-init3
1 files changed, 1 insertions, 2 deletions
diff --git a/shell-init b/shell-init
index 97033d9..0155377 100644
--- a/shell-init
+++ b/shell-init
@@ -7,5 +7,4 @@
#mkdir c
#mount -t dosfs /dev/hda1 /c
#dlo c/bsdport.rap
-
-dlo bsdport.rap
+#dlo bsdport.rap