Add a ROMFS file system for testing the P-Code binary format
This commit is contained in:
parent
7a98f10283
commit
745de760de
@ -10,6 +10,7 @@ config EXAMPLES_ELF
|
||||
Enable the ELF loader example
|
||||
|
||||
if EXAMPLES_ELF
|
||||
|
||||
config EXAMPLES_ELF_DEVMINOR
|
||||
int "ROMFS Minor Device Number"
|
||||
default 0
|
||||
@ -19,7 +20,7 @@ config EXAMPLES_ELF_DEVMINOR
|
||||
containing the ELF executables to be tested. Default: 0
|
||||
|
||||
config EXAMPLES_ELF_DEVPATH
|
||||
string "ROMFS Devie Path"
|
||||
string "ROMFS Device Path"
|
||||
default "/dev/ram0"
|
||||
---help---
|
||||
The path to the ROMFS block driver device. This must match EXAMPLES_ELF_DEVMINOR.
|
||||
|
@ -86,10 +86,6 @@
|
||||
# error "You must not disable mountpoints via CONFIG_DISABLE_MOUNTPOINT in your configuration file"
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_BINFMT_DISABLE
|
||||
# error "You must not disable loadable modules via CONFIG_BINFMT_DISABLE in your configuration file"
|
||||
#endif
|
||||
|
||||
/* Describe the ROMFS file system */
|
||||
|
||||
#define SECTORSIZE 512
|
||||
|
Loading…
x
Reference in New Issue
Block a user