搜索资源列表
gfj
- linux移植指南,其中包括u-root和LINUX源代码的详细说明,还有其它复载程序的说明.
Linux1
- Linux常用命令 1 文件列表 – ls : ls #以默认方式显示当前目录文件列表; ls –a #显示所有文件包括隐藏文件; ls –l #显示文件属性,包括大小,日期,符号连接,是否可读写及是否可执行。 2 目录切换 – cd : cd dir #切换到当前目录下的dir 目录; cd / #切换到根目录; cd .. #切换到到上一级目录。 3 复制 – cp : cp source target #将文件source 复制为 target;
Linuxinitrdparse.doc.tar
- Linux内存初始化技术(initrd)用于支持两阶段的系统引导过程,是在系统启动过程中被挂载的临时root文件系统(译者注:这里的root 文件系统是指的根文件系统)。initrd包含很多可执行程序和驱动,并允许在临时的内存磁盘根文件系统被卸载,内存被释放后挂载真实的root文件系统。在许多嵌入式linux文件系统中,initrd是最终的根文件系统。这篇文章主要讲解了linux2.6内核的initrd技术,包括在内核中的创建及使用。
make_linux_rootfs
- 介绍了嵌入式linux根文件系统的制作,报考ramdisk,cramfs,yaffs,以及nfs的配置-Introduced the embedded linux root file system of production, applying ramdisk, cramfs, yaffs, as well as the configuration of nfs
embed-linux-filesystem
- 介绍任何制作嵌入式linux根文件系统的过程包括busybox,-Introduction of any production of embedded linux root file system process includes busybox,
Linux
- 介绍了基于AT91RM9200系统硬件结构和Linux内核结构,然后分析了如何将Linux移植到目标 板上的方法与步骤,最后建立了根文件系统。通过串口、网口或者JTAG口烧至目标板,该系统成本低、工作 稳定、通用性强,可用在多种工业场合。 -Introduced based on the AT91RM9200 system hardware structure and the structure of Linux kernel, and then an analysis of how
linux-Application-Development
- 本书全面介绍了嵌入式 Linux 系统开发过程中,从底层系统支持到上层 GUI 应用的方方面面,内容涵盖 Linux 操作系统的安装及相关工具的使用、配置,嵌入式编程所需要的基础知识,硬件部件的使用及编程,,U-Boot、Linux 内核的分析、配置和移植,根文件系统的构造,内核调试技术,驱动程序编写及移植,GUI系统的移植,应用程序调试技术。 -The book is a comprehensive introduction to embedded Linux system developme
Linux-Root-file-system
- 你对linux的根文件系统熟悉吗?如果不,这篇资料介绍的很详细。-Are you familiar with the root file system in linux it? If not, this information is described in great detail.
root_log_linux
- 开机默认使用linux的root权限登陆linux系统,不必在linux开发时候每次都重新获取权限-log linux system by root right
1
- Linux环境下进程信息查看和作业控制。 【操作要求】虚拟终端1(root用户)利用vi新建f1.txt文件,将vi作业挂起;后台启动find进程;显示当前所有作业和进程号;显示所有进程含优先级的进程详细信息,并画出进程家族树后,中止find进程的后台运行。虚拟终端2(student用户)启用vi新建f2.txt文件,其优先级为5, 后台启动find进程,显示含优先级的进程详细信息;再将student用户进程的优先数改为-5,显示含优先级的进程详细信息。写出相应操作步骤。-Linux en
ATmega32
- 设计了心电、血压、血氧脉搏、体温、呼吸电路以及以ATmage32单片机为主的AD转换电路。设计了单片机软件,针对S3C2440芯片进行了bootloader, Linux内核和基于QT的根文件系统移植,以MINI2440开发板为基础设计了监护仪的嵌入式软件。 -Design the ecg, blood pressure, blood oxygen, temperature, pulse, breathing circuit and predominantly ATmage32 MCU AD
linuxroot
- 这个代码的功能是linux下根文件系统的制作.-This code function is linux root file system production.
OS
- Linux的登录与退出 关机 Linux的目录 虚拟终端的使用和切换 joe编辑器的使用 vi 编辑器的使用 Shell程序文件的,建立一个文件名为shex1(第二组为shex2)的文件,保存在当前目录下(设当前目录为/root) shell变量与shell程序中的控制流 -Signing in and out of Linux Shutdown Linux directory Use and switching virtual terminal j
genwenjianxitong
- 嵌入式学习中,在linux系统中的根文件系统的设计文档。-Embedded learning, in the linux system in the root file system design documents.