7deb24484c
This conversion is unfortunate in the sense that Unix local domain sockets are relatively lightweight. LocalHost UDP sockets are much heavier weight since they rely on the full UDP stack. If anyone is up for a complete redesign, then using some shared memory and a POSIX message queue would be lightweight again. This commit also fixes several bugs that were not testable before the inode tree deadlock. I cannot say that the logic is 100% stable but it does not have basic functionality. Squashed commit of the following: fs/userfs: Order locking so that access to the shared I/O buffer is also locked. fs/userfs: Converts to use LocalHost UDP loopback for IPC.
62 lines
1.5 KiB
Plaintext
62 lines
1.5 KiB
Plaintext
# CONFIG_NET_ETHERNET is not set
|
|
# CONFIG_NSH_CMDOPT_HEXDUMP is not set
|
|
# CONFIG_NSH_DISABLE_DATE is not set
|
|
# CONFIG_NSH_NETINIT is not set
|
|
CONFIG_ARCH_BOARD_SIM=y
|
|
CONFIG_ARCH_BOARD="sim"
|
|
CONFIG_ARCH_SIM=y
|
|
CONFIG_ARCH="sim"
|
|
CONFIG_BINFMT_EXEPATH=y
|
|
CONFIG_BOARD_LOOPSPERMSEC=0
|
|
CONFIG_BOARDCTL_POWEROFF=y
|
|
CONFIG_BOOT_RUNFROMEXTSRAM=y
|
|
CONFIG_BUILTIN=y
|
|
CONFIG_DEBUG_SYMBOLS=y
|
|
CONFIG_DEV_LOOP=y
|
|
CONFIG_DEV_ZERO=y
|
|
CONFIG_DISABLE_POLL=y
|
|
CONFIG_EXAMPLES_NSH=y
|
|
CONFIG_EXAMPLES_USERFS_STACKSIZE=8192
|
|
CONFIG_EXAMPLES_USERFS=y
|
|
CONFIG_EXPERIMENTAL=y
|
|
CONFIG_FAT_LCNAMES=y
|
|
CONFIG_FAT_LFN=y
|
|
CONFIG_FS_FAT=y
|
|
CONFIG_FS_PROCFS=y
|
|
CONFIG_FS_ROMFS=y
|
|
CONFIG_FS_USERFS=y
|
|
CONFIG_FSUTILS_PASSWD_READONLY=y
|
|
CONFIG_FSUTILS_PASSWD=y
|
|
CONFIG_IDLETHREAD_STACKSIZE=4096
|
|
CONFIG_LIBC_EXECFUNCS=y
|
|
CONFIG_MAX_TASKS=64
|
|
CONFIG_NET_LOCAL=y
|
|
CONFIG_NET_LOOPBACK=y
|
|
CONFIG_NET_UDP=y
|
|
CONFIG_NET=y
|
|
CONFIG_NETDEVICES=y
|
|
CONFIG_NFILE_DESCRIPTORS=32
|
|
CONFIG_NSH_ARCHINIT=y
|
|
CONFIG_NSH_ARCHROMFS=y
|
|
CONFIG_NSH_BUILTIN_APPS=y
|
|
CONFIG_NSH_FATDEVNO=2
|
|
CONFIG_NSH_FILE_APPS=y
|
|
CONFIG_NSH_READLINE=y
|
|
CONFIG_NSH_ROMFSDEVNO=1
|
|
CONFIG_NSH_ROMFSETC=y
|
|
CONFIG_PATH_INITIAL="/bin"
|
|
CONFIG_POSIX_SPAWN_PROXY_STACKSIZE=2048
|
|
CONFIG_PTHREAD_STACK_DEFAULT=8192
|
|
CONFIG_READLINE_TABCOMPLETION=y
|
|
CONFIG_SCHED_HAVE_PARENT=y
|
|
CONFIG_SCHED_LPWORK=y
|
|
CONFIG_SCHED_ONEXIT=y
|
|
CONFIG_SCHED_WAITPID=y
|
|
CONFIG_SDCLONE_DISABLE=y
|
|
CONFIG_SIM_WALLTIME=y
|
|
CONFIG_START_MONTH=6
|
|
CONFIG_START_YEAR=2008
|
|
CONFIG_TIME_EXTENDED=y
|
|
CONFIG_USER_ENTRYPOINT="nsh_main"
|
|
CONFIG_USERMAIN_STACKSIZE=8192
|