# Operating System 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) ## Possible Candidates - [NetBsd](https://www.netbsd.org/). Still very active - [uCLinux](https://sourceforge.net/projects/uclinux/). Need to take a closer look. - [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. - Linux - here are a few links to folks who have done something similar: - https://www.aslak.net/index.php/2022/01/11/porting-linux-to-the-68030-based-maxi030/ - https://hackaday.io/project/183861-mackerel-68k-linux-sbcs/log/244041-linux-617-on-mackerel-30 - [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.