Web server in x86-64 assembly built for Linux.
- The Flat Assembler (fasm)
- A Linux machine
To build the binary:
make
To build and run:
make run
To clean up artifacts:
make clean
To generate constants from constants.c
make constants
Serves only index.html
no matter what request it gets. Needs a bit of work...