65X-DOS/readme.md

14 lines
306 B
Markdown
Raw Normal View History

2024-07-08 05:56:22 +02:00
# 65X-DOS
2024-07-07 17:37:04 +02:00
2024-07-08 05:56:22 +02:00
This source tree builds a 512KB .bin file used to burn the system ROM
for Sentinel 65X. It consists of modules:
2024-07-07 17:37:04 +02:00
- boot: initial boot code
2024-07-08 05:56:22 +02:00
- kernel: the OS kernel
2024-07-07 17:37:04 +02:00
In future, more modules are planned:
2024-07-08 05:56:22 +02:00
- A command line shell
2024-07-07 17:37:04 +02:00
- A 65816 macro assembler
- A text editor
- Your idea here!