搜索资源列表
anzh
- 介绍如何安装Open Linux操作系统,确定使用多大的硬盘驱动空间.. 1.开始安装 2.完成安装过程-Open on how to install the Linux operating system, used to determine how much hard drive space. . 1. Start the installation 2. To complete the installation process
progress_contrl
- 学习LINUX进程结构,编写守护进程的方法,掌握守护进程的启动方法。有多进程的编写实例。-learning process structure, the preparation of the daemon, the master daemon start method. More examples of the preparation process.
u-boot.rar
- 详细描述了arm开发板的启动过程,以及初始化所做的事。,A detailed descr iption of the arm plate to start the process of development, as well as the initialization done.
FanPuGuiZhen__UNIX_code
- 《返璞归真——UNIX技术内幕》书中代码。主要包括Bell Laboratories开发的内核代码:1*.h(内核头文件---宏、全局变量和结构定义、函数声明) | |----------------conf(汇编代码---启动函数及工具函数,驱动生成工具mkconf,移植工具sysfix) 2dmr(设备驱动程序) 3ken(内核代码,包括进程调度、文件系统、内存管理、I/O管理等) 另外还有作者写的一些代码。-" Return to Innocence- UNIX
ksamp
- Linux操作系统内核实习,cpu的类型与型号,所使用的Linux内核版本,从系统最后一次启动以来已经经历了时间,总共有多少cpu时间执行在用户态?系统态?空闲态,配置了多少内存?当前多少可用?,有多少磁盘读写请求,内核已经进行了多少次上下文切换?,从系统启动以来已经创建了多少进程?-Linux operating system kernel internship, cpu type and model used by the Linux kernel version, from the sys
monitor-1.0
- 进程监控 进程守护 linux C语言 进程重启 进程管理 利用linux C语言编写,读取配置文件里面要求启动的程序,并进行实时监控,若进程异常退出,就重新启动 主要功能: 1.读取配置文件程序 2.启动进程 3.监控进程,查看进程是否退出或者崩溃 4.若进程退出或者崩溃,重启程序。 5.支持sleep功能 6.进程若连续崩溃NUM_MAX次就进行相应的睡眠周期-Process mo
uboot
- u-boot工程的总体结构、主要的数据结构、内存分配,主要分析流程中各函数的功能,基于FS2410板子的u-boot移植,实现了NOR Flash和NAND Flash启动,网络功能。 -u-boot project s overall structure, main data structures, memory allocation, the main function of the function of each process, based on u-boot board FS
kernel-init
- 老外制作的linux系统的启动相关的过程讲稿,希望能对你认识linux系统有帮助。-Produced by foreigners linux system to start the process of the relevant scr ipt, hoping to understand the linux system on your help.
spreadsheet
- qt4下做的程序启动画面,功能是在程序启动之前显示一个图片用以对缓慢的启动过程进行掩饰-qt4 proceedings under the picture to do, features in the proceedings before the show a picture of a slow start to the process to cover up
linuxrunpro
- 详细介绍了linux的启动过程,使大家可以定制启动的方式-Details of the linux boot process, so that we can start to customize the way
Linux_boot_process_analysis
- 剖析Linux系统启动过程:本文以RedHat9.0 和i386 平台为例,剖析了从用户打开电源直到屏幕出现命令行提示符的整个Linux 启动过程。并且介绍了启动中涉及到的各种件。-Analysis of Linux boot process: In this paper, RedHat9.0 and the i386 platform as an example, analysis of the power from the user to open the command prompt ap
EmbeddedLinux
- 介绍Linux应用程序,应用程序起步—编写源文件,代码注意问题,包括编写Hello Module源代码,Linux进程编程等问题。-Introduction Linux applications, application start- to write the source file, code attention problems, including the preparation of Hello Module source code, Linux programming process
xitonfjichu
- 狭义上而言,嵌入式系统是指以应用为核心,以计算机技术为基础,软硬件可裁剪,适于应用系统对功能、可靠性、成本、体积和功耗严格要求的专用计算机系统。一般嵌入式系统的设计过程是:从产品定义开始,接着进行硬件设计,然后将软件或操作系统移植到硬件上,并且进行应用程序的开发,最后经过测试与调试后即开始销售或使用。-Narrow sense, the embedded system refers to the application as the core, computer technology, har
arm-linux_boot
- 嵌入式Linux的启动分析,包含uboot的启动加载流程-The start of the embedded Linux, including the uboot boot loading process
TE2440bootloader
- TE2440 bootloader,完整源代码,对于学习linux的启动过程是很好的资料-TE2440 bootloader, complete source code, start the process for learning linux is a good information
Ubootstart
- bootloader综述 u-boot介绍 u-boot编译及配置 u-boot启动过程及工作原理 u-boot命令使用过程 u-boot移植过程-Introduction Summary u-boot bootloader u-boot u-boot compile and start the process of configuration and working principle of u-boot u-boot command uses the process of
daemon.c.tar
- linux下守护进程范例,监视被守护进程,当被守护进程意外退出,可以继续启动该进程-example under linux daemon, daemon monitoring is, when the daemon exits unexpectedly, you can continue to start the process
RED-HAT9-start-analysis
- 通过分析Redhat9的启动过程,理解Linux相关操作系统知识-Start by analyzing the Redhat9 process, understand the Linux operating system-related knowledge
ProcessHelper
- 实现windows,LINUX和嵌入式Linux下进程的启动,停止,检测是否活跃等进程操作-Process operating windows, Linux and Embedded Linux process start, stop, detection is active
start
- 课程设计 模拟文件系统的操作管理 实现多个进程同时对模拟文件系统进行操作。设计管理程序simdisk的用户访问权限管理。访问模拟文件系统的每个进程都属于某个用户,管理程序simdisk根据其访问权限决定其对模拟文件系统的操作。 对模拟文件系统的操作要求做到:共享读,互斥写。 本设计任务在于学会如何实现信息的安全管理和进程同步。 -Operations management course design simulation file system to achieve mult