Welcome![Sign In][Sign Up]
Location:
Search - ramdisk.gz

Search list

[Other resourceHHarm2440core

Description: HHarm2440core 介绍了怎么下载HHarm2440的内核,以及有ramdisk image.gz和zImage 文件。
Platform: | Size: 4891249 | Author: 夏时 | Hits:

[Bookslinux设备驱动程序开发详解

Description: 详细讲述了linux设备驱动程序的开发,想学习linux下设备驱动程序开发工作的人员可以参考。文件清单列出如下: linuxdriver_code_tool |-- 03 | `-- 2.6内核升级工具 | |-- device-mapper-1.00.19-2.i386.rpm | |-- lvm2-2.00.25-1.01.i386.rpm | |-- mkinitrd-4.2.0.3.tar.tar | |-- module-init-tools-3.2.2.tar.bz2 | `-- modutils-2.4.5-1.src.rpm |-- 04 | |-- 内核模块参数范例 | | `-- book.c | |-- 内核模块导出符号 | | `-- export_symb.c | `-- 最简单的内核模块 | `-- hello.c |-- 05 | `-- udev源代码 | `-- udev-114.tar.gz |-- 06 | |-- globalmem驱动 | | `-- globalmem.c | `-- 包含2个globalmem设备的驱动 | `-- globalmem_two.c |-- 07 | `-- 含并发控制的globalmem驱动 | `-- globalmem_lock.c |-- 08 | |-- globalfifo驱动 | | `-- globalfifo.c | `-- poll应用程序范例 | `-- pollmonitor.c |-- 09 | |-- 异步通知应用程序范例 | | `-- asyncmonitor.c | `-- 支持异步通知的globalfifo | `-- globalfifo_async.c |-- 10 | |-- S3C2410实时钟驱动 | | `-- s3c2410-rtc.c | `-- 秒设备驱动与应用程序 | |-- second.c | `-- second_test.c |-- 11 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-smdk2440.c |-- 12 | |-- NVRAM驱动 | | `-- generic_nvram.c | |-- 触摸屏驱动 | | |-- 作为input设备 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h | | `-- 作为普通字符设备 | | `-- s3c2410-ts.c | |-- 看门狗驱动 | | `-- s3c2410_wdt.c | `-- 平台设备 | `-- devs.c |-- 13 | |-- IDE驱动 | | |-- ide-disk.c | | `-- ide-h8300.c | `-- RAMDISK驱动 | `-- rd.c |-- 14 | |-- S3C2410串口驱动 | | |-- regs-gpio.h | | |-- regs-serial.h | | `-- s3c2410.c | `-- 串口核心层 | |-- serial_core.c | `-- serial_core.h |-- 15 | |-- S3C2410 I2C主机驱动 | | |-- i2c-s3c2410.c | | |-- iic.h | | |-- regs-gpio.h | | `-- regs-iic.h | `-- SAA711x I2C设备驱动 | `-- saa711x.c |-- 16 | `-- CS8900以太网设备驱动 | |-- cs89x0.c | `-- cs89x0.h |-- 17 | |-- ALSA工具及库 | | |-- alsa-driver-1.0.15.tar.bz2 | | |-- alsa-firmware-1.0.15.tar.bz2 | | |-- alsa-lib-1.0.15.tar.bz2 | | |-- alsa-oss-1.0.15.tar.bz2 | | |-- alsa-tools-1.0.15.tar.bz2 | | |-- alsa-utils-1.0.13.tar.bz2 | | `-- pyalsa-1.0.15.tar.bz2 | |-- ALSA驱动范例 | | |-- sa11xx-uda1341.c | | `-- uda1341.h | |-- ALSA应用程序范例 | | |-- pcm.c | | `-- pcm_min.c | |-- OSS驱动范例 | | `-- s3c2410-uda1341.c | `-- OSS应用程序范例 | |-- mixer.c | `-- sound.c |-- 18 | |-- FRAMEBUFFER应用程序范例 | | `-- fb_display | | |-- fb_display.c | | |-- fb_display.h | | |-- Makefile | | |-- README | | `-- test.c | `-- S3C2410 LCD驱动 | |-- s3c2410fb.c | `-- s3c2410fb.h |-- 19 | |-- busybox源代码 | | `-- busybox-1.2.1.tar.bz2 | |-- MTD工具 | | `-- mtd-utils-1.0.0.tar.gz | |-- nand驱动范例 | | `-- s3c2410.c | |-- nor驱动范例 | | `-- s3c2410nor.c | `-- yaffs&yaffs2源代码 | |-- yaffs.tar.gz | `-- yaffs2.tar.gz |-- 20 | |-- USB串口驱动 | | |-- usb-serial.c | | `-- usb-serial.h | |-- USB工具 | | `-- usbview-1.0.tar.tar | |-- USB骨架程序 | | `-- usb-skeleton.c | |-- USB键盘驱动 | | |-- input.h | | |-- usb_input.h | | `-- usbkbd.c | `-- usb主机控制器驱动范例 | |-- ohci-s3c2410.c | `-- usb-control.h |-- 21 | |-- PCI骨架程序 | | `-- pci-skeleton.c | `-- PCI驱动范例 | `-- i810_audio.c `-- 22 |-- 范例代码 | |-- oops范例 | | |-- oops_example.asm | | `-- oops_example.c | `-- proc范例 | `-- sim_proc.c `-- 内核调试工具 |-- ddd-3.3.11.tar.gz |-- gdbmod-2.4.bz2 |-- kdb-v4.4-2.6.15-rc5-common-1.bz2 |-- kdb-v4.4-2.6.15-rc5-common-2.bz2 |-- kdb-v4.4-2.6.15-rc5-i386-1.bz2 `-- linux-2.6.15.5-kgdb-2.4.tar.tar
Platform: | Size: 25078324 | Author: zxx000 | Hits:

[Embeded Linuxramdisk

Description: 是一个基于AT91RM9200的Linux文件系统二进制代码,与刚才的内核代码一起使用!-is one based on the AT91RM9200 Linux file system binary code, and just the kernel code used together!
Platform: | Size: 2126848 | Author: 陈昊 | Hits:

[Embeded Linuxbusybox-1.4.0.tar

Description: 所謂的Busybox乃是將一些常用的Unix指令及小程式適當的刪減其功能並整合在一個執行檔Busybox中,這麼做的原因是因為在大部份嵌入式系統通常不具備很大的記憶體,因此ramdisk也不能太大,而為了在有限的資源下能使用大部份的Unix指令及常用的小程式,有一群人開始試著將這些程式刪減整合成單一執行檔,稱為Busybox-The so-called BusyBox is some commonly used Unix commands and small deletion of the appropriate program and integrate its functions in an executable file in BusyBox, do so because in most embedded systems usually do not have a lot of memory Therefore ramdisk can not be too much, but for limited resources can use most of the Unix commands and frequently used small programs, a group of people began to try to cut these programs into a single executable file, called BusyBox
Platform: | Size: 1796096 | Author: 戴文憲 | Hits:

[Otherramdisk

Description: 在linux下如何制作ramdisk文件系统-In how to create ramdisk under linux file system
Platform: | Size: 124928 | Author: 李无名 | Hits:

[ARM-PowerPC-ColdFire-MIPSramdisk

Description: 是AT91RM9200的ADS开发的测试的源代码,带有很多功能-AT91RM9200 development of the ADS is the test
Platform: | Size: 560128 | Author: 张小亮 | Hits:

[ARM-PowerPC-ColdFire-MIPSHHarm2440core

Description: HHarm2440core 介绍了怎么下载HHarm2440的内核,以及有ramdisk image.gz和zImage 文件。-HHarm2440core introduced HHarm2440 how to download the kernel, and ramdisk image.gz and zImage document.
Platform: | Size: 4890624 | Author: 夏时 | Hits:

[Program docmake_linux_rootfs

Description: 介绍了嵌入式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
Platform: | Size: 486400 | Author: xudonghai | Hits:

[Embeded-SCM Developramdisk_revc_v3

Description: omap3530项目工程的ramdisk_revc_v3.gz文件,用于RAM的启动-omap3530 the project works ramdisk_revc_v3.gz file for RAM startup
Platform: | Size: 7999488 | Author: bother3000 | Hits:

[Linux-Unixramdisk.image

Description: arm版嵌入式开发程序,在开发版上实现对读写器的控制。-arm version of the embedded development process, the development version of the reader to achieve control.
Platform: | Size: 3002368 | Author: 王顺华 | Hits:

[Othermkbootimg_tools-master

Description: 安卓内核解包打包工具,打开boot.img,生成相关参数,内核文件,以及ramdisk.gz文件(android boot unpack tool . unpack *.img to kernel ,ramdisk,and info about the boot.img)
Platform: | Size: 4110336 | Author: dexfire | Hits:

CodeBus www.codebus.net