搜索资源列表
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内核的
基于TQ2440开发板的Linux-2.6.30.4的网络摄像机的实现_20091210
- 基于TQ2440开发板的Linux-2.6.30.4的网络摄像机的实现_20091210
Linux内核编译详谈
- 本文中我们首先内核linux2.4.x内核的特性,然后讨论如何从2.2.x升级到2.4.x内核。
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
基于linux2.6.30.4 framebuffer移植LCD驱动到FL2440开发板
- 本文的目的为基于linux2.6.30.4 framebuffer移植LCD驱动到FL2440开发板。本文内容大致分为以下几个部分: 1、 LCD硬件及显示原理介绍; 2、 s3c2440 LCD控制器介绍; 3、 内核LCD驱动机制framebuffer(帧缓冲技术)概述; 4、 驱动移植相关及应用程序接口相关重要数据结构分析 5、 在linux2.6.30.4内核中添加(移植)LCD驱动; 6、 嵌入式linux应用程序中LCD驱动接口函数的调用及其必要包含头文件和数据结构;
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
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
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
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