搜索资源列表
ARM.System.Developers.Guide_2
- For developing the Linux Embedded ARM
Building_the_Linux_Kernel_tftp.doc.tar
- Building the Linux Kernel Build a Linux kernel to be used by the OMAP5912 processor and burn the bootable kernel to the OSK5912 flash memory. Establish a Network Filesystem (NFS) mountable partition on the Linux host machine. Build and run a sim
writing_system_call_wrappers_in_user_space
- Writing system call wrappers in user space under linux/unix
1652s_2
- The AT76C901 is highly integrated ASIC that can be used as a part of a wireless phone that utilizes an 802.11 LAN-based wireless medium and carries Voice over IP (VoIP) packets. Specified in this datasheet, an ARM® processor-based subsystem (
EmbededSystem
- embeded system for linux c++ the content is written in chinese but it from practical and can give you good advice on how to study linux
process
- 有关Linux中进程间的通信 , 包括信号量 , 管道 , 有名管道 , 消息队列等 , 从系统方面详细介绍进程间的通信-For communication between processes in Linux, including semaphores, pipes, named pipes, message queues, etc., from the system described in detail the communication between processes
6-Linux-Report
- A report on Linux Operating System made for college.
sctp-introduction-wp
- We are guided through security scans at the airport, and then whisked away in a speeding caravan of vehicles. As we reach the semi-secret world of the Internet Engineering Task Force (IETF) working groups, we enter the glass doors that mark the p
R_EddelbuettelPBatesPGebhardt
- In this paper the authors discuss the R language and environment, and in particular its use on Debian Linux, as well as the Debian package management system.
Comparing-the-real-time-scheduling-policies-of-th
- By Le Trung Thang,April 2012 By default, the Linux kernel build used in the many open source distributions is the normal/default kernel which doesn’t support real time scheduling. If an embedded developer wants to compare the scheduling policies
Advanced-Programming-in-the-UNIX-Environment-
- The changes to UNIX programming that have taken place since 1985 are extensive to say the least. The first edition of Advanced UNIX Programming is still used and considered to be a must have book on any UNIX programmer s shelf. With this new edition
Linux-Operating-System
- Linux Operating System Tutorial
Redis-deployment-on-windows
- redis是一个key-value存储系统。和Memcached类似,它支持存储的value类型相对更多,包括string(字符串)、 list(链表)、set(集合)、zset(sorted set –有序集合)和hash(哈希类型)。这些数据类型都支持push/pop、add/remove及取交集并集和差集及更丰富的操作,而且这些操作都是原 子性的。在此基础上,redis支持各种不同方式的排序。与memcached一样,为了保证效率,数据都是缓存在内存中。区别的是redis会周期性的 把更新