diff --git a/examples/module/Kconfig b/examples/module/Kconfig index f59e34280..82a887214 100644 --- a/examples/module/Kconfig +++ b/examples/module/Kconfig @@ -13,7 +13,10 @@ config EXAMPLES_MODULE NOTE: This example can only be used in the FLAT build mode because it makes illegal OS calls to ramdisk_register(), register_device(), - and unregister_device(). + and unregister_device(). A proper solution would include the ROMFS + file system containing the test module file in the kernel address + space and would register it with logic in the configs/ board directory + at start-up. if EXAMPLES_MODULE diff --git a/examples/sotest/Kconfig b/examples/sotest/Kconfig index e69c152a2..ad19869a0 100644 --- a/examples/sotest/Kconfig +++ b/examples/sotest/Kconfig @@ -11,7 +11,10 @@ config EXAMPLES_SOTEST Enable the shared library example NOTE: This example can only be used in the FLAT build mode because - it makes an illegal OS call to ramdisk_register(). + it makes an illegal OS call to ramdisk_register(). A proper solution + would include the ROMFS file system containing the test shared + library in the kernel address space and would register it with logic + in the configs/ board directory at start-up. if EXAMPLES_SOTEST