UNIX99, a UNIX-like OS for the TI-99/4A (2025)
11–20 of 76 posts
Re: UNIX99, a UNIX-like OS for the TI-99/4A (2025)
#12Re: UNIX99, a UNIX-like OS for the TI-99/4A (2025)
#13Wow. 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.
While the CPU is a better fit than the 8 bit contemporaries, the 16kb of working memory is going to be a struggle.
Re: UNIX99, a UNIX-like OS for the TI-99/4A (2025)
#14@UsagiElectric on YouTube has a series of videos on building a homebrew around the TMS9900 processor. Would be cool if a unix-like OS could be used on something like that, though sounds like this project is specifically targeting the TI-99/4A system. The TI-99/4A was the first computer I owned as a teenager. I had used TRS-80s and Apple ][ at school. I eventually bought the expansion box and a couple of accessory car…
Replaced it with a C128-D. Didn’t get my first intel until I bought a 386 after graduating high school. Good times.
Re: UNIX99, a UNIX-like OS for the TI-99/4A (2025)
#15@UsagiElectric on YouTube has a series of videos on building a homebrew around the TMS9900 processor. Would be cool if a unix-like OS could be used on something like that, though sounds like this project is specifically targeting the TI-99/4A system. The TI-99/4A was the first computer I owned as a teenager. I had used TRS-80s and Apple ][ at school. I eventually bought the expansion box and a couple of accessory car…
My sister and I used to co-type programs from "Compute!". The times were so much simpler then..
Re: UNIX99, a UNIX-like OS for the TI-99/4A (2025)
#16This is the main updated comment with the user guide and download https://forums.atariage.com/topic/380883-unix99-a-unix-like-...
Re: UNIX99, a UNIX-like OS for the TI-99/4A (2025)
#17Re: UNIX99, a UNIX-like OS for the TI-99/4A (2025)
#18Re: UNIX99, a UNIX-like OS for the TI-99/4A (2025)
#19@UsagiElectric on YouTube has a series of videos on building a homebrew around the TMS9900 processor. Would be cool if a unix-like OS could be used on something like that, though sounds like this project is specifically targeting the TI-99/4A system. The TI-99/4A was the first computer I owned as a teenager. I had used TRS-80s and Apple ][ at school. I eventually bought the expansion box and a couple of accessory car…
Same here - parents bought one for me in 1982, IIRC. By 1984 I had moved to Atari XL, but I'll always have a soft spot for the TI-99/4A, Extended Basic cartridge, speech synthesizer, cassette drive, etc. My sister and I used to co-type programs from "Compute!". The times were so much simpler then..
Re: UNIX99, a UNIX-like OS for the TI-99/4A (2025)
#20Earlier quoted context omitted.
While the CPU is a better fit than the 8 bit contemporaries, the 16kb of working memory is going to be a struggle.
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.