TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

NitrOS-9, Unix-like operating system for the 6809

88 pointsby bilegeekalmost 4 years ago

10 comments

protomythalmost 4 years ago
The 6809 is a fun processor to program in assembly and still my favorite 8-bit chip. The 8086/88 was such a let down after it. It would be interesting to have a 64-bit version just to play with for projects.
评论 #27392229 未加载
评论 #27394160 未加载
评论 #27390889 未加载
评论 #27391293 未加载
评论 #27390733 未加载
评论 #27390926 未加载
mikewarotalmost 4 years ago
I've only really heard legends about OS-9. The fact that you could support two users in real time with neither one slowing down on a machine with a bit-banged serial port and a single sided floppy disk set the bar of performance I expect from a processor far too high for decades.
评论 #27393530 未加载
评论 #27392573 未加载
ursusarcanumalmost 4 years ago
The original of this Microware OS-9 was my first exposure to a "unix like" operating system in the 80s. It was pretty amazing that a mutli-user, multitasking operating system kernel can fit in 8k.
评论 #27389841 未加载
cageyalmost 4 years ago
Byte Magazine ran a 2-part article on the design of the 6809<p><a href="http:&#x2F;&#x2F;tlindner.macmess.org&#x2F;wp-content&#x2F;uploads&#x2F;2006&#x2F;09&#x2F;Byte_6809_Articles.pdf" rel="nofollow">http:&#x2F;&#x2F;tlindner.macmess.org&#x2F;wp-content&#x2F;uploads&#x2F;2006&#x2F;09&#x2F;Byte_...</a>
dborehamalmost 4 years ago
The first few computers I built were 6909-based and ran OS-9. I implemented a ram disk driver, and a &quot;rom disk&quot; using bank selection to allow &gt; 64k capacity, since at the time I worked for a company that had large quantities of memory chips in the lab :) Good times.
tyingqalmost 4 years ago
In somewhat the same space, there&#x27;s FUZIX[1], which supports the Z80, 68k, and 6809.<p>Also, recently, someone ported it for the Raspberry PI pico, which makes it easy to get it up and running with something modern: <a href="https:&#x2F;&#x2F;cowlark.com&#x2F;2021-02-16-fuzix-pi-pico&#x2F;" rel="nofollow">https:&#x2F;&#x2F;cowlark.com&#x2F;2021-02-16-fuzix-pi-pico&#x2F;</a><p>Edit: Also ported to the 8266: <a href="https:&#x2F;&#x2F;cowlark.com&#x2F;2021-02-09-esp8266-fuzix&#x2F;" rel="nofollow">https:&#x2F;&#x2F;cowlark.com&#x2F;2021-02-09-esp8266-fuzix&#x2F;</a><p>[1] <a href="http:&#x2F;&#x2F;www.fuzix.org&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.fuzix.org&#x2F;</a>
jll29almost 4 years ago
Here&#x27;s a video if you&#x27;d like to see how its windows look like: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=JU8SIC-4Smw" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=JU8SIC-4Smw</a>
rwmjalmost 4 years ago
Reading between the lines, this is derived from OS-9 and so not fully open source?
评论 #27392570 未加载
ddingusalmost 4 years ago
I believe this OS can take advantage of a 6309, if one is equipped.
edgyquantalmost 4 years ago
Looks like it’s been hugged to death, I’m getting an internal server error (can not access db)