mirror of
https://github.com/bobbimanners/emailler.git
synced 2024-12-26 13:31:18 +00:00
git-svn-id: http://svn.code.sf.net/p/netboot65/code@44 93682198-c243-4bdb-bd91-e943c89aac3b
This commit is contained in:
parent
58d08d3bbd
commit
dcc21f16b8
1
Makefile
1
Makefile
@ -15,6 +15,7 @@ dist:
|
||||
ruby dist/make_dist.rb
|
||||
|
||||
dist-ip65:
|
||||
rm -rf dist/ip65
|
||||
ruby dist/make_dist_ip65.rb
|
||||
|
||||
distclean:
|
||||
|
@ -26,8 +26,6 @@ INCFILES=\
|
||||
%.pg2: %.o $(IP65LIB) $(APPLE2NETLIB) $(INCFILES) ../cfg/a2bin.cfg
|
||||
$(LD) -m $*.map -C ../cfg/a2bin.cfg -o $*.pg2 $(AFLAGS) $< $(IP65LIB) $(APPLE2NETLIB)
|
||||
|
||||
ip65test.d64: testdns.prg testdottedquad.prg
|
||||
|
||||
ip65test.dsk: testdns.pg2 testdottedquad.pg2
|
||||
ripxplore.rb --init BeautifulBoot ip65test.dsk -a testdns.pg2 -t AppleBinary
|
||||
ripxplore.rb ip65test.dsk -a testdottedquad.pg2 -t AppleBinary
|
||||
@ -38,7 +36,6 @@ all: \
|
||||
testdns.pg2 \
|
||||
testdottedquad.pg2 \
|
||||
testdottedquad.prg \
|
||||
ip65test.d64 \
|
||||
|
||||
clean:
|
||||
rm -f *.o
|
||||
|
@ -66,6 +66,11 @@ td {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.history_entry {
|
||||
background-color: #ffffff;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
<body>
|
||||
@ -141,15 +146,16 @@ IP65 is a TCP/IP stack for 6502 based computers.
|
||||
|
||||
<h2>History</h2>
|
||||
<pre>
|
||||
2009-03-08 Added DHCP, DNS, TFTP + moved to sourceforge
|
||||
2009-01-22 Added copymem fix from Jonno Downes. Added MPL license.
|
||||
2008-09-27 Added timeout fix for ineth_tx from David Schmidt.
|
||||
2006-09-20 Fixed checksum calculation for odd packet sizes.
|
||||
2006-02-22 Added fix for sending of packets larger than 256 bytes
|
||||
from Ewen Wannop and Glenn Jones.
|
||||
Release Maintainer Changes
|
||||
------- ---------- -------
|
||||
2009-03-08 Jonno Downes Added DHCP, DNS & TFTP
|
||||
2009-01-22 Per Olofsson Added copymem fix from Jonno Downes. Added MPL license.
|
||||
2008-09-27 Per Olofsson Added timeout fix for ineth_tx from David Schmidt.
|
||||
2006-09-20 Per Olofsson Fixed checksum calculation for odd packet sizes.
|
||||
2006-02-22 Per Olofsson Added fix for sending of packets larger than 256 bytes
|
||||
from Ewen Wannop and Glenn Jones.
|
||||
</pre>
|
||||
|
||||
|
||||
<h2>Sample UDP listener source</h2>
|
||||
|
||||
<pre>
|
||||
|
Loading…
Reference in New Issue
Block a user