diff --git a/ethernet/Makefile b/ethernet/Makefile index d99b624b..52fecd52 100644 --- a/ethernet/Makefile +++ b/ethernet/Makefile @@ -13,9 +13,12 @@ WEBSERVER.BAS: webserver.bas ethernet.dsk: SETUP.BAS \ - WEBSERVER.BAS + WEBSERVER.BAS \ + R.TXT $(DOS33) -y ethernet.dsk SAVE A SETUP.BAS $(DOS33) -y ethernet.dsk SAVE A WEBSERVER.BAS + $(DOS33) -y ethernet.dsk SAVE T R.TXT + clean: rm -f *~ *.BAS diff --git a/ethernet/c/favicon.ico b/ethernet/c/favicon.ico new file mode 100644 index 00000000..7f030e38 Binary files /dev/null and b/ethernet/c/favicon.ico differ diff --git a/ethernet/ethernet.dsk b/ethernet/ethernet.dsk index 8ac8394e..6d579431 100644 Binary files a/ethernet/ethernet.dsk and b/ethernet/ethernet.dsk differ diff --git a/ethernet/request.txt b/ethernet/request.txt new file mode 100644 index 00000000..4d22f100 --- /dev/null +++ b/ethernet/request.txt @@ -0,0 +1,8 @@ +GET / HTTP/1.1 +Host: localhost +User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0 +Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 +Accept-Language: en-US,en;q=0.5 +Accept-Encoding: gzip, deflate +Connection: keep-alive +Upgrade-Insecure-Requests: 1