65X-DOS/readme.md

11 lines
378 B
Markdown
Executable File
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 65X-DOS
This source tree builds a 512KB .bin file used to burn the system ROM
for Sentinel 65X. It is designed to be modular; the kernel and boot code
use only the lowest 64KB of the 512KB ROM, leaving plenty of room for
additional software in ROM. In future, more modules are planned:
- A command line shell
- A 65816 macro assembler
- A text editor
- Your idea here!