Blame

0848d8 Bob Green 2026-03-18 08:55:03
1
# Operating System
2
3
The Sbc-3 has everything needed to run a proper OS, so porting something like NetBsd or Linux to it would be a Good Thing(tm)
4
5
## Possible Candidates
3ba19d Bob Green 2026-03-18 08:56:05
6
- [NetBsd](https://www.netbsd.org/). Still very active
5b97cc Bob Green 2026-03-18 08:55:49
7
- [uCLinux](https://sourceforge.net/projects/uclinux/). Need to take a closer look.
8
- [Gloworm](https://github.com/transistorfet/gloworm). This might be a good place to start as it's fairly basic and it doesn't look like too much effort would be required.
9ebfb2 Bob Green 2026-03-30 08:04:54
9
- Linux - here are a few links to folks who have done something similar:
10
- https://www.aslak.net/index.php/2022/01/11/porting-linux-to-the-68030-based-maxi030/
11
- https://hackaday.io/project/183861-mackerel-68k-linux-sbcs/log/244041-linux-617-on-mackerel-30
c2b4d5 Bob Green 2026-05-12 10:20:54
12
- [Minix](https://github.com/znac049/minix-2.0.4). My own repository where I've started work on a minix port to sbc3. Not much progress yet. I've started with the minix-2.0.4 Atari ST port.