Added posix web server.

This commit is contained in:
Brad Nelson
2021-06-06 17:56:48 -07:00
parent 8a6eda2f53
commit 98d49206f7
4 changed files with 190 additions and 30 deletions

View File

@ -129,6 +129,7 @@ POSIX_BOOT = common/boot.fs common/conditionals.fs common/vocabulary.fs \
common/tasks.fs common/utils.fs common/highlevel.fs common/filetools.fs \
posix/posix_desktop.fs \
common/streams.fs common/blocks.fs posix/telnetd.fs \
posix/sockets.fs posix/httpd.fs posix/web_interface.fs \
posix/autoboot.fs \
common/fini.fs
$(GEN)/posix_boot.h: common/source_to_string.js $(POSIX_BOOT) | $(GEN)