Now read-file *actually* works. Replaced stdio with raw system calls;
authorDavid Given <dg@cowlark.com>
Tue, 21 Jul 2015 21:09:55 +0000 (23:09 +0200)
committerDavid Given <dg@cowlark.com>
Tue, 21 Jul 2015 21:09:55 +0000 (23:09 +0200)
commit70eb37e820e8e68ceb262a47e292eee077c57a7a
tree342f6e58de61423cdd231c2ebd2578c2920422db
parent23d303d728eb5a0f927c583df52b8eb9e20c713b
Now read-file *actually* works. Replaced stdio with raw system calls;
looks like stdio is calling sbrk and messing up our allocation. (Also,
smaller this way.) Going to need a way to work around that...
Applications/util/fforth.c