搜索资源列表
mkyaffsimage
- yaffs 文件系统制作工具nand 512+16-yaffs tools nand 512+16
program
- 编写一段程序,同时父进程创建两个子进程p1和p2;并使子进程p1与子进程p2通过共享存储区相互发送数据(512字节)。 (1)掌握系统调用shmget()、shmat()、shmdt()、shmctl()的使用方法及其功能,理解共享存储区通信原理; (2)系统理解linux 的三种通信机制。 -Write a program, while the parent process creates two child processes p1 and p2 make child
yaffs2
- It is now YAFFS2 - original YAFFS (YAFFS1) only supports 512-byte page NAND and is now deprecated. YAFFS2 supports 512b page in YAFFS1 compatibility mode (CONFIG_YAFFS_YAFFS1) and 2K or larger page NAND in YAFFS2 mode-It is now YAFFS2- original