Blame
|
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 |
|||||||
|
6 | - [NetBsd](https://www.netbsd.org/). Still very active |
||||||
|
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. |
|||||||
|
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 |
|||||||
|
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. |
||||||