搜索资源列表
rtnet-0.9.1.tar
- 实时网络栈,在Linux操作系统环境下编译通过,以内核模块的方式加载到系统-real-time network stack, and the Linux operating system environment compiler through to the kernel module loading to the system
linpqt080424pc.tar
- 此源码包是在linux系统中运行的网络电话界面程序。
compile_Linux_kernel
- 内核,是一个操作系统的核心。它负责管理系统的进程、内存、设备驱动程序、文件和网络系统,决定着系统的性能和稳定性。Linux作为一个自由软件,在广大爱好者的支持下,内核版本不断更新。新的内核修订了旧内核的bug,并增加了许多新的特性。如果用户想要使用这些新特性,或想根据自己的系统度身定制一个更高效,更稳定的内核,就需要重新编译内核。本文将以RedHat Linux 6.0(kernel 2.2.5)为操作系统平台,介绍在Linux上进行内核编译的方法。 -Kernel is the core
The_Linux_Kernel_API
- linux 内核的api函数介绍,涉及网络、驱动、文件系统等等各个方面,是linux 内核编程不可多得的参考手册。-all kinds of linux kernel api that involve the network, drivers, file system, and so on all aspects of linux kernel is a rare reference manual programming.
linuxkernel
- linux内核结构详细教程 内核是一个操作系统的核心,它负责管理系统的进程,内存,设备驱动程序,文件和网络系统,决定着 系统的性能和稳定性。内核以独占的方式执行最底层任务,保证系统正常运行。-detailed tutorial linux kernel structure an operating system kernel is the core of it is responsible for the process management system, memory, device
MinixOS
- Minix是一个类UNIX操作系统,其2.0版符合POSIX 1003.1和ISO9945-1工业标准。过去,UNIX操作系统的起源与发展与其源代码的公开是分不开的,而UNIX操作系统设计思想的先进性与前瞻性也是无与伦比的。时至今日,大学中"操作系统原理"课一直使用UNIX作为应用实例,而AT&T公司注意到了UNIX的商业价值后,不再允许用UNIX的源代码进行教学。学习"操作系统原理"课就成了只谈理论而不谈设计与实现。作为计算机科学教育家的Tanenbaum开发出了Minix用于操作系统教学。与
NSS
- 封装了Linux内核开发中的一些重要数据结构,包括队列、哈希表等,以及一些网络函数和多线程互斥机制-Encapsulates some of the important data structures in the Linux kernel developers, including queues, hash tables, etc., as well as some network functions and multi-threaded mutex mechanism
sanos-src-1.3.4
- sanos操作系统最新源码,类似于Linux,具有网络、telnetd、ftpd等功能-sanos OS newest source code,same as Linux with the functions of net,telnetd and ftpd
sanos-sdk-latest
- sanos操作系统的虚拟机文件,可以用qemu、VMware打开。sanos操作系统类似于Linux,具有网络、telnetd、ftpd等功能-sanos OS files of virtual machine,it can be opened by qemu, VMware. The OS is same as Linux, with the functions of net,telnetd and ftpd
NewBreeze-FileSystem
- Linux环境下利用Qt实现的仿Windows7资源管理器GUI程序。 这是国外大牛的开源版,实际使用的在此基础上进行了改良,效果不错,需要做网络存储客户端的兄弟们可以仔细研究下。-Linux environment using Qt implementation of the imitation GUI resource manager Windows7 program.