Welcome![Sign In][Sign Up]
Location:
Search - linux-2.4.20.tar.

Search list

[OS programlinux-2.4.20.tar

Description: LINUX 2.4.20 源代码 学LINUX的人很有用哦-Linux 2.4.20 Linux source code of learning useful oh
Platform: | Size: 33963814 | Author: 吴宝举 | Hits:

[Otherlibosip-0.9.7.tar(1)

Description: sip voip codes on linux 2.4.20
Platform: | Size: 461696 | Author: sun | Hits:

[Linux-Unixapradar-0.50.tar

Description: ap radar是一个Linux /基于GTK +基于图形netstumbler和无线档管理工具。这个项目使用了14个版的无线扩展在Linux 2.4.20和2.6提供接入点扫描功能,适合大多数型号的无线网卡,版本号0.50
Platform: | Size: 81968 | Author: zhao | Hits:

[Other resourcelinux-2.4.18.tar

Description: 内核linux2.4.20,可跟rtlinux3.2打补丁 组成实时linux系统,编译内核
Platform: | Size: 30108170 | Author: leila | 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:

[OS programlinux-2.4.20.tar

Description: LINUX 2.4.20 源代码 学LINUX的人很有用哦-Linux 2.4.20 Linux source code of learning useful oh
Platform: | Size: 33964032 | Author: 幸运星 | Hits:

[Otherlibosip-0.9.7.tar(1)

Description: sip voip codes on linux 2.4.20
Platform: | Size: 461824 | Author: sun | Hits:

[Linux-Unixapradar-0.50.tar

Description: ap radar是一个Linux /基于GTK +基于图形netstumbler和无线档管理工具。这个项目使用了14个版的无线扩展在Linux 2.4.20和2.6提供接入点扫描功能,适合大多数型号的无线网卡,版本号0.50-ap radar is a Linux/based on the GTK+ NetStumbler graphics and wireless-based file management tool. This project used the 14 version of the wireless expansion in the Linux 2.4.20 and 2.6 to provide access point scanning capabilities for most models of wireless card, version 0.50
Platform: | Size: 81920 | Author: zhao | Hits:

[Embeded Linuxlinux-2.4.18.tar

Description: 内核linux2.4.20,可跟rtlinux3.2打补丁 组成实时linux系统,编译内核-Kernel linux2.4.20, can be composed with rtlinux3.2 patching linux real-time system, compile the kernel
Platform: | Size: 30108672 | Author: leila | Hits:

[Linux-Unixiscsitarget-1.4.18.tar

Description: 一个在Linux下实现iSCSI的源码,已经编译成功,绝对可以使用!-iSCSI target source! i am sure it can be used!
Platform: | Size: 120832 | Author: 刘娜 | Hits:

[Linux-Unixcheese-2.28.1.tar

Description: cheese 是一款用你的摄像头拍照片和视频的软件,并带一些有趣的特殊效果,让你同别人分享快乐的软件。cheese最初是作为Google’s 2007 Summer of Code一部分,主要由 daniel g. siegel和 Rapha?l Slinckx主持的,经过几个月的发展,cheese已经有大部分经典大头贴的功能。在后台,cheese是利用GStreamer来实现照片和视频的各种效果的。   cheese主页http://www.gnome.org/projects/cheese/- Take photos and videos with your webcam, with fun graphical effects Cheese currently requires: - glib-2.0 >= 2.16.0 - gobject-2.0 >= 2.12.0 - gio-2.0 >= 2.16.0 - gtk+-2.0 >= 2.17.4 - gdk-2.0 >= 2.14.0 - gnome-desktop-2.0 >= 2.26.0 - gconf-2.0 >= 2.16.0 - gstreamer-0.10 >= 0.10.20 - gstreamer-plugins-base-0.10 >= 0.10.20 - gstreamer-plugins-good-0.10 >= 0.10.8 - gnome-vfs-2.0 - dbus-1 - dbus-glib-1 - hal - cairo - pango - librsvg >= 2.18.0 - libebook-1.2 (evolution-data-server) - postr for Flickr export (optional) - f-spot for F-Spot export (optional) - nautilus-sendto for better export mechanism (optional) - a webcam - a brain The official website is: http://projects.gnome.org/cheese How to get your camera working: To get your camera working with cheese, you will have to ensure that it works with the Gstreamer Framework and Video4Linux2 (V4L2) or Video4Linux (V4L). T
Platform: | Size: 5100544 | Author: JANKY | Hits:

[Linux-Unixzaptel-1.4.12.1.tar

Description: dahdi-linux-complete-2.3.0.12.3.0.tar.gz,支持asterisk-1.6.20.tar.gz,用于app_meetme会议-dahdi-linux-complete-2.3.0.12.3.0.tar.gz,support asterisk-1.6.20.tar.gz for app_meetme conference
Platform: | Size: 1707008 | Author: xiaoye | Hits:

[Linux-Unixxen-4.1.1.tar

Description: Xen通过一种叫做半虚拟化的技术获得高效能的表现(较少的效能损失,典型的情况下大约损失 2 ,在最糟的情况下会有 8 的效能耗损;与其它使用完全的虚拟化却造成最高到 20 损耗的其他解决方案形成一个明显的对比),甚至在某些与传统虚拟技术极度不友好的架构上(x86),Xen也有极佳的表现。与那些传统透过软件模拟实现硬件的虚拟机不同,在3.0版本及在Intel VT-X支援前的Xen需要让客座作业系统(guest operating systems)与Xen API进行连接。到目前为止,这样连结已经可以运用在NetBSD,GNU/Linux,FreeBSD和贝尔实验室的Plan 9系统上。在Brainshare 2005会议上,Novell展示了NetWare与 Xen的连通。与Windows XP连通的技术曾在Xen开发初期进行,但微软的协议未能允许它发布。Sun微系统公司也正积极研究Solaris与Xen的连结,使其能在Xen平台上运作。-his article is about the virtualization software. For other uses, see Xen (disambiguation). Xen Xen running NetBSD and three Linux distributions Developer(s) The Xen Project XenSource, Inc. Initial release 2003 Stable release 4.1[1]/March 25, 2011 5 months ago Operating system Linux, and other Unix-like,*BSD, OpenSolaris as both hosts and guests Microsoft Windows as a guest OS. Type Virtual machine monitor License GNU GPL v2 Website http://www.xen.org/ In computing, Xen (pronounced /ˈ zɛ n/) is a virtual-machine monitor for IA-32, x86-64, Itanium and ARM architectures. It allows several guest operating systems to execute on the same computer hardware concurrently. The University of Cambridge Computer Laboratory developed the first versions of Xen as of 2010, the Xen community develops and maintains Xen as free software, licensed under the GNU General Public License (GPLv2). Xen systems have a structure with the Xen hypervisor as the lowest and most privileged l
Platform: | Size: 10355712 | Author: yangcongjun | Hits:

[Othergpm-1.20.6.tar

Description: Rare version of GMP server for linux 2.4.xx and later. Vanilla.
Platform: | Size: 1605632 | Author: Trum286 | Hits:

CodeBus www.codebus.net