This is a combined HTTP server, TCP/IP stack and NE2000 driver for RTL8019-based network cards on the RC2014.
NE2000 driver is based on the sanos ne2000 implementation.
The network stack is a port of uIP 1.0 by Adam Dunkels. It uses Protothreads for simple cooperative multitasking.
Thanks to @Toble_Miner for solving 2 compiler bugs in z88dk! (first, second)
Known issues:
- Only legacy IP is supported for now.
- Protothreads in z88dk currently require a very ugly hack using goto.
- Petit FatFs (in the bootloader ROM) only supports a single open file at a given time.

