436b86aa2a | ||
---|---|---|
config | ||
doc | ||
include | ||
src | ||
Makefile | ||
license.md | ||
readme.md |
readme.md
65X-DOS
This source tree builds a 512KB .bin file used to burn the system ROM for Sentinel 65X. It consists of modules:
- boot: initial boot code
- kernel: the OS kernel
In future, more modules are planned:
- A command line shell
- A 65816 macro assembler
- A text editor
- Your idea here!