Blame
|
1 | # Monitor |
||||||
| 2 | ||||||||
|
3 | Ultimately, I want a monitor in ROM that autoboots an OS if it can, only falling back to a monitor cli if booting the OS is not possible. |
||||||
|
4 | |||||||
| 5 | ## Other Monitors |
|||||||
| 6 | - [GogoBoot](https://github.com/willsowerbutts/gogoboot/tree/master) - looks like it does everything I want. |
|||||||
|
7 | - [RetroBrew 68k](https://www.retrobrewcomputers.org/doku.php?id=software:firmwareos:68000:68000) |
||||||