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
|
2024-07-12 01:41:52 +02:00
|
|
|
|
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:
|
2024-07-07 17:37:04 +02:00
|
|
|
|
|
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!
|