搜索资源列表
C++memory
- c++ 内存管理算法,适合于中高级程序员,从可执行文件格式到linux/windows内存管理方式,涉及内存管理的所有方面-c memory management algorithm, which is suitable for middle - and high-level programmers, from the executable file format to linux / windows memory management, memory management involved i
los
- 操作系统课程设计 1、模拟UNIX(linux)文件系统 [问题描述] 在任一OS下,建立一个大文件,把它假象成一张盘,在其中实现一个简单的 模拟UNIX文件系统 。 [基本要求] 1.在现有机器硬盘上开辟20M的硬盘空间,作为设定的硬盘空间。 2.编写一管理程序对此空间进行管理,以模拟UNIX(linux)文件系统,具体要求如下: (1) 要求盘块大小1k 正规文件 (2) i 结点文件类型 目录文件 (共1byte) 块设备 管道文
LinuxKernelInterpretation
- 教学内部实验教案,提供对操作系统内核的实验理解: Linux 操作系统内核 基本实验指导 Contents : z 系统安装实验 z Linux内核实验 z 进程管理实验 z 存储管理实验 z 进程通信实验 z I/O 设备管理实验 z 文件系统管理实验 -Internal experimental teaching lesson plans, provide the experimental understanding of the op
LinuxApplicationIntrduction
- Linux实用教程 涉及Linux存储管理、内核结构、文件管理、系统调用、系统管理、网络基础、网络安全、编程基础等实用内容。-Linux Practical Guide related to Linux storage management, kernel structure, document management, system calls, system management, network infrastructure, network security, programming
UbuntuApache
- Linux环境下Discuz论坛系统的配置、管理与测试 1)论述相关服务器工作原理 2)论述相关配置文件及重要选项的作用 3)配置详细过程以及每一步的作用 4)提供有完整的测试方案,测试服务器的可用性、可控性 5)论述服务器运行过程中如何进行有效管理。 -Discuz forum under Linux system configuration, management and test 1) discusses the related server works 2)
Linux
- Linux常用命令集小册子,分为文件管理、文件传输、文档编辑、系统管理、系统设置、网络通讯、磁盘管理、磁盘维护、备份压缩、设备管理几类。提供命令的使用权限、使用方式、说明、参数与范例。Linux开发人员必备手册。-Commonly used Linux command set booklet is divided into document management, file transfer, document editing, system management, system setting
Linuxtostudy
- linux命令是对Linux系统进行管理的命令。对于Linux系统来说,无论是中央处理器、内存、磁盘驱动器、键盘、鼠标,还是用户等都是文件,Linux系统管理的命令是它正常运行的核心,与之前的DOS命令类似。linux命令在系统中有两种类型:内置Shell命令和Linux命令。-Is a file, Linux system administration commands is the core of its normal operation, and before the DOS. The L
Linux-kernel-scenario-analysis
- 涉及linux的内存管理,进程和进程管理,文件系统,设备驱动等到。-And processes involving the Linux memory management, process management, file system, device driver wait for.
Research-on-Linux-file--system-
- 论文-linux下文件管理系统的研究与实现-reserach on linux file management system
Autobook
- Linux/BSD/Unix平台源代码开发管理,configure文件的实现都来自Autoconf/Automake/Libtool-Gary V. Vaughan, Ben Elliston, Tom Tromey and Ian Lance Taylor
MX6U 嵌入式 Linux 驱动 开发指南 V1.6
- 本书主要讲解嵌入式 Linux 中的驱动开发,也会涉及到裸机开发的内容,相信大部分读者 和作者一样,以前都是做单片机开发的工作,比如 51 或者 STM32 等。单片机开发很难接触到 更高层次的系统方面的知识,单片机用到的系统都很简单,比如 UCOS、FreeRTOS 等等,这些 操作系统都是一个 kernel,如果需要网络、文件系统、GUI 等这些就需要开发者自行移植。而 移植又是非常痛苦的一件事情,而且移植完成以后的稳定性也无法保证。即使移植成功以后后 续的开发工作也比较繁琐,因为