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

文件名称:bootp_tftp_serv

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2008-10-13
  • 文件大小:
    69.38kb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

This a naive implementation of BOOTP/TFTPBOOT, the protocols

to use to bootstrap a computer through a TCP/IP network.

The goal was to design a small footprint implementation

to allow the code to be integrated into a monitor program

stored in a ROM/FLASH, the footprint is about 7 KBytes

for the test program.



This code has not been yet tested in many environment.

It should be seen at your starting point to integrate

the network boot function to your board.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

bootp_tftp_serv/tftpnaive-1.3.1/baselib/.cvsignore
bootp_tftp_serv/tftpnaive-1.3.1/baselib/include/68vz328.h
bootp_tftp_serv/tftpnaive-1.3.1/baselib/include/baselib.h
bootp_tftp_serv/tftpnaive-1.3.1/baselib/include/crc16.h
bootp_tftp_serv/tftpnaive-1.3.1/baselib/include/io.h
bootp_tftp_serv/tftpnaive-1.3.1/baselib/include/timer.h
bootp_tftp_serv/tftpnaive-1.3.1/baselib/include/xmodem.h
bootp_tftp_serv/tftpnaive-1.3.1/baselib/Makefile
bootp_tftp_serv/tftpnaive-1.3.1/baselib/Makefile.inc
bootp_tftp_serv/tftpnaive-1.3.1/baselib/src/misc/crc16.c
bootp_tftp_serv/tftpnaive-1.3.1/baselib/src/misc/jump.c
bootp_tftp_serv/tftpnaive-1.3.1/baselib/src/misc/Makefile
bootp_tftp_serv/tftpnaive-1.3.1/baselib/src/misc/xmodemdefs.h
bootp_tftp_serv/tftpnaive-1.3.1/baselib/src/misc/xmodemreceive.c
bootp_tftp_serv/tftpnaive-1.3.1/baselib/src/misc/xmodemtransmit.c
bootp_tftp_serv/tftpnaive-1.3.1/baselib/src/stdio/getchar.c
bootp_tftp_serv/tftpnaive-1.3.1/baselib/src/stdio/Makefile
bootp_tftp_serv/tftpnaive-1.3.1/baselib/src/stdio/printf-stdarg.c
bootp_tftp_serv/tftpnaive-1.3.1/baselib/src/stdio/printf.c
bootp_tftp_serv/tftpnaive-1.3.1/baselib/src/stdio/putchar.c
bootp_tftp_serv/tftpnaive-1.3.1/baselib/src/stdio/_inbyte.c
bootp_tftp_serv/tftpnaive-1.3.1/baselib/src/stdio/_outbyte.c
bootp_tftp_serv/tftpnaive-1.3.1/baselib/src/string/Makefile
bootp_tftp_serv/tftpnaive-1.3.1/baselib/src/string/memcmp.c
bootp_tftp_serv/tftpnaive-1.3.1/baselib/src/string/memcpy.c
bootp_tftp_serv/tftpnaive-1.3.1/baselib/src/string/memset.c
bootp_tftp_serv/tftpnaive-1.3.1/baselib/src/string/strchr.c
bootp_tftp_serv/tftpnaive-1.3.1/baselib/src/string/strcmp.c
bootp_tftp_serv/tftpnaive-1.3.1/baselib/src/string/strcpy.c
bootp_tftp_serv/tftpnaive-1.3.1/baselib/src/string/strlen.c
bootp_tftp_serv/tftpnaive-1.3.1/baselib/src/timer/busywait.c
bootp_tftp_serv/tftpnaive-1.3.1/baselib/src/timer/Makefile
bootp_tftp_serv/tftpnaive-1.3.1/baselib/src/timer/settime.c
bootp_tftp_serv/tftpnaive-1.3.1/baselib/src/timer/timerinit.c
bootp_tftp_serv/tftpnaive-1.3.1/baselib/src/timer/usleep.c
bootp_tftp_serv/tftpnaive-1.3.1/tftpnaive/.cvsignore
bootp_tftp_serv/tftpnaive-1.3.1/tftpnaive/ChangeLog
bootp_tftp_serv/tftpnaive-1.3.1/tftpnaive/COMPILING
bootp_tftp_serv/tftpnaive-1.3.1/tftpnaive/COPYING
bootp_tftp_serv/tftpnaive-1.3.1/tftpnaive/de2/crt0.S
bootp_tftp_serv/tftpnaive-1.3.1/tftpnaive/de2/main.c
bootp_tftp_serv/tftpnaive-1.3.1/tftpnaive/de2/Makefile
bootp_tftp_serv/tftpnaive-1.3.1/tftpnaive/de2/netinit.c
bootp_tftp_serv/tftpnaive-1.3.1/tftpnaive/de2/ram.ld
bootp_tftp_serv/tftpnaive-1.3.1/tftpnaive/include/tftpnaive.h
bootp_tftp_serv/tftpnaive-1.3.1/tftpnaive/README
bootp_tftp_serv/tftpnaive-1.3.1/tftpnaive/release.sh
bootp_tftp_serv/tftpnaive-1.3.1/tftpnaive/src/arp.c
bootp_tftp_serv/tftpnaive-1.3.1/tftpnaive/src/bootp.c
bootp_tftp_serv/tftpnaive-1.3.1/tftpnaive/src/cs89x.c
bootp_tftp_serv/tftpnaive-1.3.1/tftpnaive/src/cs89x.h
bootp_tftp_serv/tftpnaive-1.3.1/tftpnaive/src/icmp.c
bootp_tftp_serv/tftpnaive-1.3.1/tftpnaive/src/ip.c
bootp_tftp_serv/tftpnaive-1.3.1/tftpnaive/src/main.c
bootp_tftp_serv/tftpnaive-1.3.1/tftpnaive/src/Makefile
bootp_tftp_serv/tftpnaive-1.3.1/tftpnaive/src/net.c
bootp_tftp_serv/tftpnaive-1.3.1/tftpnaive/src/net.h
bootp_tftp_serv/tftpnaive-1.3.1/tftpnaive/src/netinit.c
bootp_tftp_serv/tftpnaive-1.3.1/tftpnaive/src/tftp.c
bootp_tftp_serv/tftpnaive-1.3.1/tftpnaive/src/tftpnaive.h
bootp_tftp_serv/tftpnaive-1.3.1/tftpnaive/src/udp.c
bootp_tftp_serv/tftpnaive-1.3.1/tftpnaive/tftpnaive.prj
bootp_tftp_serv/tftpnaive-1.3.1/tftpnaive/tftpnaive.pws
bootp_tftp_serv/tftpnaive-1.3.1/tftpnaive/ucdimm/bootstd.h
bootp_tftp_serv/tftpnaive-1.3.1/tftpnaive/ucdimm/crt0.S
bootp_tftp_serv/tftpnaive-1.3.1/tftpnaive/ucdimm/main.c
bootp_tftp_serv/tftpnaive-1.3.1/tftpnaive/ucdimm/Makefile
bootp_tftp_serv/tftpnaive-1.3.1/tftpnaive/ucdimm/ram.ld
bootp_tftp_serv/tftpnaive-1.3.1/baselib/src/misc
bootp_tftp_serv/tftpnaive-1.3.1/baselib/src/stdio
bootp_tftp_serv/tftpnaive-1.3.1/baselib/src/string
bootp_tftp_serv/tftpnaive-1.3.1/baselib/src/timer
bootp_tftp_serv/tftpnaive-1.3.1/baselib/include
bootp_tftp_serv/tftpnaive-1.3.1/baselib/src
bootp_tftp_serv/tftpnaive-1.3.1/tftpnaive/de2
bootp_tftp_serv/tftpnaive-1.3.1/tftpnaive/include
bootp_tftp_serv/tftpnaive-1.3.1/tftpnaive/src
bootp_tftp_serv/tftpnaive-1.3.1/tftpnaive/ucdimm
bootp_tftp_serv/tftpnaive-1.3.1/baselib
bootp_tftp_serv/tftpnaive-1.3.1/tftpnaive
bootp_tftp_serv/tftpnaive-1.3.1
bootp_tftp_serv
www.dssz.com.txt

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com