top | item 47128577

(no title)

MBCook | 6 days ago

Wow. The TI-99 is such a perfect fit for this too given the chip was designed for multi-user computing in a way other home computer chips weren’t.

All due to TI’s desire to use the same chip standards across all their machines big and small, IIRC.

discuss

order

jandrese|6 days ago

While the CPU is a better fit than the 8 bit contemporaries, the 16kb of working memory is going to be a struggle.

SoftTalker|6 days ago

It's cool because the registers are all in RAM, with a "workspace pointer" on the CPU pointing at where they are. This is slow, but a context switch is just changing that pointer.

lebuffon|5 days ago

The 16K memory block is connect to the TMS9918 video chip and is accessed by port read/write. The TI-99 out of the box only has 256 bytes of RAM memory on the 16 bit buss.

UNIX99 uses an after market card with 1Mbyte of RAM on an 8bit external buss used for peripherals. This card replaces the old 32K RAM card made by TI in the 1980s.

MBCook|6 days ago

Yeah it really was an interesting choice on their part. Makes sense as a move for TI. Not the target market.