文件名称:bootp_tftp_serv
- 所属分类:
- Linux/Unix编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 69kb
- 下载次数:
- 0次
- 提 供 者:
- lib***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
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
Bootstrap
tftp
bootp-2
4
3-7
i386
rpm
tftpboot
boot
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
Bootstrap
tftp
bootp-2
4
3-7
i386
rpm
tftpboot
boot
(系统自动生成,下载前可以参看下载内容)
下载文件列表
bootp_tftp_serv
...............\tftpnaive-1.3.1
...............\...............\baselib
...............\...............\.......\.cvsignore
...............\...............\.......\include
...............\...............\.......\.......\68vz328.h
...............\...............\.......\.......\baselib.h
...............\...............\.......\.......\crc16.h
...............\...............\.......\.......\io.h
...............\...............\.......\.......\timer.h
...............\...............\.......\.......\xmodem.h
...............\...............\.......\Makefile
...............\...............\.......\Makefile.inc
...............\...............\.......\src
...............\...............\.......\...\misc
...............\...............\.......\...\....\crc16.c
...............\...............\.......\...\....\jump.c
...............\...............\.......\...\....\Makefile
...............\...............\.......\...\....\xmodemdefs.h
...............\...............\.......\...\....\xmodemreceive.c
...............\...............\.......\...\....\xmodemtransmit.c
...............\...............\.......\...\stdio
...............\...............\.......\...\.....\getchar.c
...............\...............\.......\...\.....\Makefile
...............\...............\.......\...\.....\printf-stdarg.c
...............\...............\.......\...\.....\printf.c
...............\...............\.......\...\.....\putchar.c
...............\...............\.......\...\.....\_inbyte.c
...............\...............\.......\...\.....\_outbyte.c
...............\...............\.......\...\string
...............\...............\.......\...\......\Makefile
...............\...............\.......\...\......\memcmp.c
...............\...............\.......\...\......\memcpy.c
...............\...............\.......\...\......\memset.c
...............\...............\.......\...\......\strchr.c
...............\...............\.......\...\......\strcmp.c
...............\...............\.......\...\......\strcpy.c
...............\...............\.......\...\......\strlen.c
...............\...............\.......\...\timer
...............\...............\.......\...\.....\busywait.c
...............\...............\.......\...\.....\Makefile
...............\...............\.......\...\.....\settime.c
...............\...............\.......\...\.....\timerinit.c
...............\...............\.......\...\.....\usleep.c
...............\...............\tftpnaive
...............\...............\.........\.cvsignore
...............\...............\.........\ChangeLog
...............\...............\.........\COMPILING
...............\...............\.........\COPYING
...............\...............\.........\de2
...............\...............\.........\...\crt0.S
...............\...............\.........\...\main.c
...............\...............\.........\...\Makefile
...............\...............\.........\...\netinit.c
...............\...............\.........\...\ram.ld
...............\...............\.........\include
...............\...............\.........\.......\tftpnaive.h
...............\...............\.........\README
...............\...............\.........\release.sh
...............\...............\.........\src
...............\...............\.........\...\arp.c
...............\...............\.........\...\bootp.c
...............\...............\.........\...\cs89x.c
...............\...............\.........\...\cs89x.h
...............\...............\.........\...\icmp.c
...............\...............\.........\...\ip.c
...............\...............\.........\...\main.c
...............\...............\.........\...\Makefile
...............\...............\.........\...\net.c
...............\...............\.........\...\net.h
...............\...............\.........\...\netinit.c
...............\...............\.........\...\tftp.c
...............\...............\.........\...\tftpnaive.h
...............\...............\.........\...\udp.c
...............\...............\.........\tftpnaive.prj
...............\.........
...............\tftpnaive-1.3.1
...............\...............\baselib
...............\...............\.......\.cvsignore
...............\...............\.......\include
...............\...............\.......\.......\68vz328.h
...............\...............\.......\.......\baselib.h
...............\...............\.......\.......\crc16.h
...............\...............\.......\.......\io.h
...............\...............\.......\.......\timer.h
...............\...............\.......\.......\xmodem.h
...............\...............\.......\Makefile
...............\...............\.......\Makefile.inc
...............\...............\.......\src
...............\...............\.......\...\misc
...............\...............\.......\...\....\crc16.c
...............\...............\.......\...\....\jump.c
...............\...............\.......\...\....\Makefile
...............\...............\.......\...\....\xmodemdefs.h
...............\...............\.......\...\....\xmodemreceive.c
...............\...............\.......\...\....\xmodemtransmit.c
...............\...............\.......\...\stdio
...............\...............\.......\...\.....\getchar.c
...............\...............\.......\...\.....\Makefile
...............\...............\.......\...\.....\printf-stdarg.c
...............\...............\.......\...\.....\printf.c
...............\...............\.......\...\.....\putchar.c
...............\...............\.......\...\.....\_inbyte.c
...............\...............\.......\...\.....\_outbyte.c
...............\...............\.......\...\string
...............\...............\.......\...\......\Makefile
...............\...............\.......\...\......\memcmp.c
...............\...............\.......\...\......\memcpy.c
...............\...............\.......\...\......\memset.c
...............\...............\.......\...\......\strchr.c
...............\...............\.......\...\......\strcmp.c
...............\...............\.......\...\......\strcpy.c
...............\...............\.......\...\......\strlen.c
...............\...............\.......\...\timer
...............\...............\.......\...\.....\busywait.c
...............\...............\.......\...\.....\Makefile
...............\...............\.......\...\.....\settime.c
...............\...............\.......\...\.....\timerinit.c
...............\...............\.......\...\.....\usleep.c
...............\...............\tftpnaive
...............\...............\.........\.cvsignore
...............\...............\.........\ChangeLog
...............\...............\.........\COMPILING
...............\...............\.........\COPYING
...............\...............\.........\de2
...............\...............\.........\...\crt0.S
...............\...............\.........\...\main.c
...............\...............\.........\...\Makefile
...............\...............\.........\...\netinit.c
...............\...............\.........\...\ram.ld
...............\...............\.........\include
...............\...............\.........\.......\tftpnaive.h
...............\...............\.........\README
...............\...............\.........\release.sh
...............\...............\.........\src
...............\...............\.........\...\arp.c
...............\...............\.........\...\bootp.c
...............\...............\.........\...\cs89x.c
...............\...............\.........\...\cs89x.h
...............\...............\.........\...\icmp.c
...............\...............\.........\...\ip.c
...............\...............\.........\...\main.c
...............\...............\.........\...\Makefile
...............\...............\.........\...\net.c
...............\...............\.........\...\net.h
...............\...............\.........\...\netinit.c
...............\...............\.........\...\tftp.c
...............\...............\.........\...\tftpnaive.h
...............\...............\.........\...\udp.c
...............\...............\.........\tftpnaive.prj
...............\.........