CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - Intel

搜索资源列表

  1. inetplus

    0下载:
  2. Windows kernel mode linux emulator using native intel CPU features.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-06
    • 文件大小:1029382
    • 提供者:ls777
  1. Linux-driver-development21

    0下载:
  2. 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第21章、PCI设备驱动。PCI(及cPCI)总线在一般的小型手持设备中不太可能用到,但是在工控和通信设备及其PC中却引领着潮流。在Linux系统中,PCI设备驱动和USB设备驱动有共性,那就是其驱动都由总线相关部分和自身设备类型驱动两部分组成。21.1节讲解了PCI总线及其配置空间,给出了PCI总线在Linux内核中的数据结构。PCI设备驱动的PCI相关部分围绕着pci_driver结构体的成员函数展开,
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:550787
    • 提供者:华清远见
  1. ipp_sample

    0下载:
  2. samples of the intel intergrated performance libraries samples version 4 for linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:46974
    • 提供者:mrchang1234
  1. xen-4.1.1.tar

    0下载:
  2. Xen通过一种叫做半虚拟化的技术获得高效能的表现(较少的效能损失,典型的情况下大约损失 2 ,在最糟的情况下会有 8 的效能耗损;与其它使用完全的虚拟化却造成最高到 20 损耗的其他解决方案形成一个明显的对比),甚至在某些与传统虚拟技术极度不友好的架构上(x86),Xen也有极佳的表现。与那些传统透过软件模拟实现硬件的虚拟机不同,在3.0版本及在Intel VT-X支援前的Xen需要让客座作业系统(guest operating systems)与Xen API进行连接。到目前为止,这样连结已经
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-27
    • 文件大小:10355625
    • 提供者:yangcongjun
  1. ubuntu-linux-kernel-config-3.0.4-dell-latitude-d8

    0下载:
  2. Ubuntu 3.0.4 kernel config for nouveau configuration for Dell Latitude D830 with external graphics and intel iwl4965 wifi
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:19549
    • 提供者:gdi
  1. tmta-cups-1.3.1.0.tar

    0下载:
  2. This software is a printer driver for printing on a TM series thermal printer from Linux using CUPS. Features: - A raster type printer driver for TM series thermal printers. - The driver can instantly print out images, texts, and drawi
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-17
    • 文件大小:4984145
    • 提供者:pl
  1. BIOS-Rootkit-

    0下载:
  2. Intel从386开始,在调试方面引入了调试寄存器和硬件断点的概念。 IA-32处理器定义了8个调试寄存器,分别为DR0~DR7。在32位模式下,它们都是32位的;在64位模式下,都是64位。 DR4和DR5是保留的。其他6个寄存器为:4个32位的调试地址寄存器(DR0~DR3);1个32位的调试控制寄存器(DR7)和1个32位的调试状态寄存器(DR6)。通过以上寄存器可以最多设置4个断点,DR0~DR3用来指定断点的内存(线性地址)或I/O地址。DR7用来进一步定义断点的中断条件。
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-10
    • 文件大小:1771822
    • 提供者:田浩
  1. proc

    0下载:
  2. Linux 内核提供了一种通过 /proc 文件系统,在运行时访问内核内部数据结构 、 改变内核设置的机制 。 本文只讨论基于 intel x86 架构的 Linux /proc 文件系统。-The Linux kernel provides a pass/proc file system, operated at the time of accessing kernel internal data structures, changes to the kernel setting mec
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-02
    • 文件大小:116206
    • 提供者:ptzff
  1. 80386-Reference-manual

    0下载:
  2. INTEL 80386 程序员编程参考手册-INTEL 80386 Programmer Reference manual
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-02
    • 文件大小:760959
    • 提供者:王志友
  1. linux

    0下载:
  2. 当PC启动时,Intel系列的CPU首先进入的是16位实地址模式,并开始执行位于内存地址0xFFFF:0000处的代码,也就是ROM-BIOS起始位置的代码。-When the PC starts, CPU of Intel series what to get into is 16 on-the-spot address modes first, and start carrying out to be located in a memory address 0 xFFFFs:0000 cod
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:135451
    • 提供者:feng
  1. cpu_id_most_in_detail_and_code_

    0下载:
  2. cpu_id最详细文档,intel和amd厂家每个bit的含义全说明,和相应的代码-cpu_id most detailed documentation, the meaning of each bit of the intel and amd manufacturers full instructions and corresponding code
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-30
    • 文件大小:96401
    • 提供者:woshixian
  1. Chapter2

    0下载:
  2. 介绍at&t汇编语法以及和intel汇编的区别。这对理解linux内核代码很重要!还介绍了gcc内嵌汇编编译。-Introduced at & t assembler syntax as well as the difference between compiled and intel. This is very important to understanding the linux kernel code! Gcc inline assembler.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:237603
    • 提供者:黄全明
  1. igb-3.4.7.tar

    0下载:
  2. IGB网卡驱动,适用于intel某些网卡-IGB card driver
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-27
    • 文件大小:274706
    • 提供者:luanjinghui
  1. swiftweasel-3.0.1_source.tar

    0下载:
  2. Swiftweasel is an optimized builds of the Mozilla Firefox web browser for Linux. With builds for both AMD and Intel processors. The official branding will be removed and replaced with free and open source branding.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-10
    • 文件大小:2528244
    • 提供者:刘必成
  1. arm-gcc-3.4.4-gm8180.tar.bz2

    0下载:
  2. GM’s GM8180 MDC1 hardware environment is a highly efficient RISC-based platform for the purpose of verifying and evaluating AMBA-based designs in the early development stage. The complete set of MDC1 GM8180 platform consists of a main board (MB12
  3. 所属分类:Driver develop

    • 发布日期:2017-11-09
    • 文件大小:54044672
    • 提供者:北科
  1. intel

    0下载:
  2. inter 的万兆网卡驱动,能够达到万兆以内,是一个十分相近的源代码驱动。-Inter s net of network card drivers
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:298241
    • 提供者:feilnx
  1. inteltool

    0下载:
  2. Inteltool is a Linux program for retrieving data about your CPU, including MSR contents. Works for Intel CPUs only.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-01
    • 文件大小:20540
    • 提供者:Andrew
  1. Gcc-interembeded-NASM

    0下载:
  2. 简单的介绍了gcc 中的 内嵌NASM的语法 属于AT&T汇编语言 与intel汇编语言区分-brief descripion for gcc embeded NASM
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-25
    • 文件大小:741322
    • 提供者:李强
  1. netdrivers

    0下载:
  2. intel E100e系列的网卡驱动,支持各种linux平台,非常实用,根据官方原版修改,其中支持的型号多大10种-NIC driver intel E100e series support various linux platform, very practical, according to the official original modification, which supported models much 10 kinds
  3. 所属分类:Driver develop

    • 发布日期:2017-11-11
    • 文件大小:24075906
    • 提供者:taobao55
  1. freebios-20010708.tar

    0下载:
  2. FreeBIOS项目的目的是提供一个替换的任何一台计算机的固件,并支持先进的或自定义功能和配置。最初的代码仅支持基于英特尔处理器的,但其他的处理器和芯片组将支持-The FreeBIOS project aims to provide a replacement for any computer s firmware, and support advanced or custom features and configurations. Initial code supports Intel-b
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-09
    • 文件大小:493827
    • 提供者:kaijile
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com