readme.linux-shm

来自「创建一个符合iso-9660标准的iso文件系统」· LINUX-SHM 代码 · 共 26 行

LINUX-SHM
26
字号
System V IPCCONFIG_SYSVIPC  Inter Process Communication is a suite of library functions and  system calls which let processes (running programs) synchronize and  exchange information. It is generally considered to be a good thing,  and some programs won't run unless you say Y here. In particular, if  you want to run the DOS emulator dosemu under Linux (read the  DOSEMU-HOWTO, available from  http://www.linuxdoc.org/docs.html#howto ), you'll need to say Y  here.   You can find documentation about IPC with "info ipc" and also in  section 6.4 of the Linux Programmer's Guide, available from  http://www.linuxdoc.org/docs.html#guide .   Shared memory is now implemented using a new (minimal) virtual file  system, which you need to mount before programs can use shared memory.  To do this automatically at system startup just add the following line  to your /etc/fstab:   none  /var/shm        shm     defaults        0 0   Saying Y here enlarges your kernel by about 18 KB. Just say Y.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?