OS modules: Add basic procfs support. A module registry that will eventually be used to support lsmod

This commit is contained in:
Gregory Nutt
2015-12-12 17:42:25 -06:00
parent a908a61c5a
commit 795ddd7e80
15 changed files with 910 additions and 92 deletions
+3 -2
View File
@@ -11237,5 +11237,6 @@
just the ELF module support with name changes (2015-12-10).
* configs/samv71-xult/module: Add configuration for testing OS
modules (2015-12-12).
* sched/module: Add an implementation of rmmod() (2015-11-12).
* sched/module: Add an implementation of rmmod() (2015-12-12).
* sched/module and fs/procfs: Add some basic module procfs support
(2015-12-12),