Update makefile to stop using lcc It turns out that my previous testing was all invalid as lcc could not even correctly compile a hello world program.
Start makeing some minor changes
Move the include statements around - this version compiles
Remove CR's from every line I noticed that not every line had a CRLF and that this was screwing up viewing diffs and confusing various editors. So, I removed all the CR's
Add compile line to makefile
Add enough CR's to make vi realise that this is a dos format file
Add initial makefile
Newer version from ftp://ftp.h07.org/pub/h07.org/projects/system/wconsd-0.1.zip
Original version from http://www.greenend.org.uk/steve/software/wconsd.c