[colorforth] network stack update
- Subject: [colorforth] network stack update
- From: Mark Slicker <maslicke@xxxxxxxxxxx>
- Date: Fri, 9 Apr 2004 11:50:10 -0400 (EDT)
My latest effort can be found at:
http://personalwebs.oakland.edu/~maslicke/colorforth/networking/net.html
I have included a very simple DNS resolver. This is not recursive, but I
think it is sufficient for my purposes.
I have found a way to compile domain names from source, for example:
. (www) . (colorforth) . (com) end
encodes the domain www.colorforth.com where () means comment
I have updated the ethernet driver, it will not clear the interrupt
if there is a packet remaining. This should correct the issue previously
raised.
The DHCP client is updated to request the address of the DNS server.
I have also added some comments which were lacking before.
---------------------------------------------------------------------
To unsubscribe, e-mail: colorforth-unsubscribe@xxxxxxxxxxxxxxxxxx
For additional commands, e-mail: colorforth-help@xxxxxxxxxxxxxxxxxx
Main web page - http://www.colorforth.com