CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 引导代码

搜索资源列表

  1. kyyi+BIOS6

    0下载:
  2. 经典s3c44b0xBios引导程序代码内含详细说明 烧写步骤 1> 开发板上电 2> 执行Debug目录下的F.bat文件将bios程序烧写到flash中 3> 将PC配置为192.168.111网段 4> 用交叉网线连接开发板和PC 5> 运行串口监视软件,波特率115200 6> 开发板复位 -classic s3c44b0xBios guide code contains detailed steps 1gt
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:1144471
    • 提供者:李大嘴
  1. Hello_World_OperatingSystem

    0下载:
  2. 写了一个很简单的内核!只是在屏幕上打印“hello,world”但分析此代码,可详细了解系统的引导过程,以及可以编写UCOS的系统引导程序-was a very simple core! Only on the screen print "hello, world" but this code analysis, a detailed understanding of the system can guide the process and be prepared to gu
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:4280
    • 提供者:李永乐
  1. FATFileSystem

    0下载:
  2. FAT文件系统原理 计算机在按下power键以后,开始执行主板bios程序。进行完一系列检测和配置以后。开始按bios中设定的系统引导顺序引导系统。假定现在是硬盘。Bios执行完自己的程序后如何把执行权交给硬盘呢。交给硬盘后又执行存储在哪里的程序呢。其实,称为mbr的一段代码起着举足轻重的作用。MBR(master boot record),即主引导记录,有时也称主引导扇区。位于整个硬盘的0柱面0磁头1扇区(可以看作是硬盘的第一个扇区),bios在执行自己固有的程序以后就会jump到mbr中
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:270166
    • 提供者:henry
  1. make_pyos_kernel

    0下载:
  2. 有关操作系统引导的一个代码演示,希望各位多多指点~-the guidance of an operating system code demonstration, I hope many instructions ~ Thank you
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:872
    • 提供者:左俊
  1. usb-char

    0下载:
  2. 编写的BOOTLOADER用于s3c2410的启动代码,直接引导自己的应用程序-BOOTLOADER prepared for the start s3c2410 code, direct guide their applications
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:6381
    • 提供者:孙山
  1. simplecXCTY_LB

    0下载:
  2. 此程序通过最简单的C程序说明编程的基本规范和注解的描写方法,主要以此来引导程序入门者在编程时对代码进行规范书写.-this procedure through the most simple descr iption of the procedures for the C programming and the basic norms of the notes describe, main procedures in order to guide beginners in the program
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:95229
    • 提供者:XYN
  1. operatingsystemsourcecode

    0下载:
  2. \\Tinix: 书中所附代码 其中很多目录中除了包含源代码(*.asm, *.inc, *.c, *.h)外,还有这样一些文件: boot.bin 引导扇区(Boot Sector),可通过 FloppyWriter 写入软盘(或软盘映像)。 loader.bin LOADER,直接拷贝至软盘(或软盘映像)根目录。 kernel.bin 内核(Kernel),直接拷贝至软盘(或软盘映像)根目录。 bochsrc.bxrc Bochs 配置文
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1298380
    • 提供者:wonge
  1. movelightsimulation

    0下载:
  2. 用opengl编写此代码,模拟了光点移动时,物体明暗的变化效果,此代码可以很好的引导初学者-use opengl writing this code, to simulate the movement of light spots, objects chiaroscuro effect of the changes. this code can be a good guide beginners
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:2968
    • 提供者:丁绍洁
  1. ArmLinux.bootloader

    0下载:
  2. 网上关于Linux的BOOTLOADER文章不少了,但是大都是vivi,blob等比较庞大的程序,读起 来不太方便,编译出的文件也比较大,而且更多的是面向开发用的引导代码,做成产品时还要 裁减,这一定程度影响了开发速度,对初学者学习开销也比较大,在此分析一种简单的 BOOTLOADER,是在三星公司提供的 2410 BOOTLOADER 上稍微修改后的结果,编译出来 的文件大小不超过 4k,希望对大家有所帮助.-BOOTLOADER articles online about L
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-20
    • 文件大小:118020
    • 提供者:呼江涛
  1. DOS6FDBOOT.ASM

    0下载:
  2. dos引导代码汇编写的,引导区代码,学习引导区汇编代码的例子-dos boot hdd source asm
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-29
    • 文件大小:3890
    • 提供者:王明
  1. Atmega16_bootloader

    0下载:
  2. 一个Atmega16的引导启动代码,自己做过一些修改,用于产品非常合适,可以通过串口进行程序升级。只要出厂前写入一次引导代码即可。-Atmega16 boot code, done some modifications, very suitable for the product through the serial port to update the program. Just before leaving the factory boot code can be write-once.
  3. 所属分类:SCM

    • 发布日期:2017-11-08
    • 文件大小:21046
    • 提供者:goluck
  1. boot270_bak

    0下载:
  2. pxa270的bootloader,也就是裸板的引导代码。nor flash启动,支持uart,net下载。同时支持加载wince和linux。-pxa270 the bootloader, which is the bare board boot code. nor flash boot support uart, net download. Also supports loading wince and linux.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-11-15
    • 文件大小:753904
    • 提供者:刘华
  1. boot

    0下载:
  2. 一个fat32bootsector的引导代码-The guidance of a code fat32bootsector
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-26
    • 文件大小:7776
    • 提供者:任崔昌
  1. boot

    0下载:
  2. 一个fat32bootsector的引导代码-The guidance of a code fat32bootsector
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-26
    • 文件大小:7816
    • 提供者:centyear
  1. dm642boot

    0下载:
  2. 本引导代码,可直接引导大于1M以上的大程序。-dm642 boot
  3. 所属分类:DSP program

    • 发布日期:2017-04-12
    • 文件大小:1334
    • 提供者:李卫国
  1. u-boot-2012.10.tar

    0下载:
  2. ok6410的内核启动的引导代码,这个是修改过的,使用与OK6410开发板-Ok6410 kernel boot the boot code, this is modified, the use and ok6410 development board
  3. 所属分类:Embeded Linux

    • 发布日期:2017-06-03
    • 文件大小:15354197
    • 提供者:wanggaodeng
  1. mcuboot-master

    0下载:
  2. 单片机boot引导程序,对于使用打算使用boot引导的单片机很有参考意义(Singlechip boot boot program, for the use of boot boot microcontroller is very useful reference)
  3. 所属分类:其他

    • 发布日期:
    • 文件大小:147456
    • 提供者:gampt
  1. Bootloader移植资料

    0下载:
  2. MPC5645S 通过CAN实现在线升级,也可以更改通讯方式 实现远程升级(MPC5645S IAP though CAN)
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:1050624
    • 提供者:程序猿dean
  1. C#范例开发大全源代码--刘丽霞版

    0下载:
  2. C#从基础到入门的所有代码实现,能很好的引导初学者从入门到精通.(C# from the basics to the introduction of all the code implementation, can very good guide beginners from the beginning to the mastery.)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:60157952
    • 提供者:hwan_123
  1. guidedfilter

    0下载:
  2. 实现引导滤波,对图像进行滤波处理,代码效果还不错。(achieve the guided filter)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-30
    • 文件大小:1024
    • 提供者:czgOn
« 1 2 34 5 6 7 8 9 10 »
搜珍网 www.dssz.com