|
|
|
|
|
by kragen
427 days ago
|
|
I think that is what he is saying, though I can't remember the TP command set well enough. Turbo Pascal wasn't written on a 286; it was written for CP/M, where I think it required 48KiB of RAM. A "fairly early version of Turbo Pascal for DOS" might have required 64KiB? You can't really stream things onto a floppy disk (remember that early home computers and the IBM PC didn't have hard disks; they didn't become standard equipment until the late 80s). You have to write a whole sector at a time, which can take a second or two to seek the disk to the appropriate track; rotating the disk to the right sector takes a significant fraction of a second. Journaling your edits to a journal file was a feature that EDT on VAX/VMS had around that time, but there wasn't really a practical way to do that on a home computer. |
|
That would be funny if early OSes had an 8track (endless loop) as the circular journal. I think that is how the Voyager probes work. The 8 track DTR on the Voyager probes did not have an endless loop. https://hackaday.com/2018/11/29/interstellar-8-track-the-low...
Did you see this
Show HN: Torque – A lightweight meta-assembler for any processor (benbridle.com)
https://news.ycombinator.com/item?id=43698801
It is a Forth inspired programmable assembler.
based off of https://wiki.xxiivv.com/site/uxn.html