insmod is code complete and ready for test

This commit is contained in:
Gregory Nutt
2015-12-11 10:55:21 -06:00
parent 05cb7a9043
commit 44e45f0f91
19 changed files with 201 additions and 897 deletions
+10
View File
@@ -12,6 +12,16 @@ config BINFMT_DISABLE
if !BINFMT_DISABLE
config MODULE
bool "Enable loadable OS modules"
default n
---help---
Enable support for loadable OS modules. Default: n
if MODULE
source binfmt/libmodule/Kconfig
endif
config BINFMT_EXEPATH
bool "Support PATH variable"
default n