搜索资源列表
los
- 操作系统课程设计 1、模拟UNIX(linux)文件系统 [问题描述] 在任一OS下,建立一个大文件,把它假象成一张盘,在其中实现一个简单的 模拟UNIX文件系统 。 [基本要求] 1.在现有机器硬盘上开辟20M的硬盘空间,作为设定的硬盘空间。 2.编写一管理程序对此空间进行管理,以模拟UNIX(linux)文件系统,具体要求如下: (1) 要求盘块大小1k 正规文件 (2) i 结点文件类型 目录文件 (共1byte) 块设备 管道文
linux内核进程管理
- Linux内核进程管理 1、linux进程管理的模块组织框架 2、相关数据结构。 3、进程调度原则,调度算法,。 4、进程的创建和运行管理。 5、进程间通讯。 6、更多的技术 进程调度和中断处理交接 进程管理涉及的内核机制:bottom-half处理,等待队列 Linux/SMP的进程管理和调度技术 7、概述2.4的新特点
minigui-2.4.18
- miniGUI1.6.0 在linux-2.4.18上移植
linux
- linux内核编译文档,是在linux内核里添加驱动的很详细的过程。是2.4内核的
rtklib_2.4.1 卫星数据解算的程序
- rtklib 版本2.4.1 An Open Source Program Package for GNSS Positioning 日本开源网站上提供的关于卫星数据解算的程序。All of the executable binary APs for Windows are included in the package as well as whole source programs of the library and the APs. * For real-time PP
Linux-u-boot
- u-boot 的移植。平台2416,交叉编译4.2.2.我成功在2416的开发板上移植成功。-u-boot porting. Platform 2416
Ns2_impatient_tutorial
- NS2的快速指南---专为不耐烦人士定制。着重解说无线组网方面。-This document is a quick tutorial on ns-2 [4]. It introduces the basic simulation aspects of wireless networking. Other detailed tutorials and documentation can be found in [4, 2, 3]. We assume the reader is usi
4
- 3) 跨平台文档结构的调整 项目文档是始终贯穿着整个系统的,但由于Windows系统与其他系统如Linux等的文档结构不同,项目的可移植性将会受到限制,因此强调可移植性的本系统中跨平台文档结构的调整是必不可少的,我们预计在这一阶段以Windows 和 Linux为基础出2套相应的代码版本,基础代码部分不变,只是在文档接口及对应的应用工具上做出相应的选择。预计所需时间为二个月,包括平台的移植,接口的研究和开发等-3) cross-platform document the restructurin
linux_boot_process
- The Linux 2.4内核启动过程 详解linux内核各个模块儿如何加载实现-The Linux 2.4 kernel linux boot process Xiangjie children how to load the kernel modules to achieve
200841613515595
- 下载vsftpd-2.0.6.tar.gz 网上很好找的,附件也提供下载,解压。 tar zxvf vsftpd-2.0.6.tar.gz 修改解压包内文件MakeFile,改交叉编译器,我的路径是 # Makefile for systems with GNU tools CC= /usr/local/arm/3.4.1/bin/arm-linux-gcc 直接编译会出错,还要改一个包含库文件的文件vsf_findlibs.sh 把下面两句屏蔽掉吧-Download vs
Linux2.4Startup
- Linux 2.4 startup for mini2440 embedded devices
87361035linux2.6_developer_guide_v1.4.1
- 君正MIPS CPU JZ4740 Linux 2.6 开发手册-MIPS CPU JZ4740 Linux 2.6
Linux-neiheyuandaima
- 源代码是作者整理的书稿中的源代码,源代码按章节顺序进行排列,读者直接用Word或记事本的格式打开即可。其中linux-2.4.0.tar是Linux的最新版本2.4.0版本的所有源代码,读者先用winzip进行解压,然后进入相关文件用word或记事本打开即可。 -The source code of finishing the manuscr ipt in the source code, source code is arranged in the sequence of chapters
kasablanca-0.4.0.2.tar
- Linux System Test Application
arm-linux-gcc-4.4.1
- arm-linux-gcc-4.4.1 Linux-2.6.31.6 busybox-1.15.1在TQ2440的移植-arm-linux-gcc-4.4.1 Linux-2.6.31.6 busybox-1.15.1 in TQ2440' s, transplant
Linux5.4-Oracle-11.2.0.2
- linux redhat5.4 oracle安装手册-linux redhat5.4 oracle installation manual
redhat-2.4-2.6-update
- linux’s uptate methods ,you can make it by reading it
m4-1.4.16.tar
- From the bridge-utils homepage: A bridge is a way to connect two Ethernet segments together in a protocol independent way. Packets are forwarded based on Ethernet address, rather than IP address (like a router). Since forwarding is done a
基于 linux交叉编译工具的介绍
- Linux下C开发环境的搭建过程,基于 linux-3.0.3、binutils-2.21.1、glibc-2.13、glibc-ports-2.13、gcc-4.6.1、gmp-5.0.2、mpfr-3.0.1、mpc-0.9 构建(Linux C development environment under the construction process, based on linux-3.0.3, binutils-2.21.1, glibc-2.13, glibc-ports-2.13,
LVM卷扩容
- LVM是 Logical Volume Manager(逻辑卷管理)的简写,它由Heinz Mauelshagen在Linux 2.4内核上实现。LVM将一个或多个硬盘的分区在逻辑上集合,相当于一个大硬盘来使用,当硬盘的空间不够使用的时候,可以继续将其它的硬盘的分区加入其中,这样可以实现磁盘空间的动态管理,相对于普通的磁盘分区有很大的灵活性。(LVM is shorthand for Logical Volume Manager (logical volume management), whic