9 ms·
TempleOS is ring-0-only and has no networking. It is forever limited to 100,000 lines. The vision is a C64 ROM. DOS and C64 had no protection and no problems
by TerryADavis 11y ago
TempleOS is ring-0-only and has no networking.
It is forever limited to 100,000 lines.
The vision is a C64 ROM.
DOS and C64 had no protection and no problems.
There are no buffer overflow check in templeos. It will allow massive buffers until it crashes by running out of memory. Keeps it simple and beautiful. I hate arbitrary buffer size limits.
I want whole file reads and write exclusively. Compression is almost always used and that requires whole files. Text files can have binary graphics -- you cannot grow a file if binary graphics are on the end.
The code is beautiful. I always break compatibility to keep it perfect.
It is limited to 100,000 lines. The file util flags are okay.
You must stop assuming everything grows in size. It is done and it is a fixed size.