Adding crude blocks and block editor.

This commit is contained in:
Brad Nelson
2021-01-27 00:04:53 -08:00
parent eaf290e4ac
commit 8b319e7d49
5 changed files with 47 additions and 1 deletions

View File

@ -116,7 +116,7 @@ $(GEN):
POSIX_BOOT = common/boot.fs common/terminal.fs \
posix/posix.fs posix/posix_highlevel.fs \
common/filetools.fs posix/posix_desktop.fs \
common/tasks.fs common/streams.fs
common/tasks.fs common/streams.fs common/blocks.fs
$(GEN)/posix_boot.h: common/source_to_string.js $(POSIX_BOOT) | $(GEN)
echo "ok" | cat $(POSIX_BOOT) - | $< boot >$@