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
|
2024-07-16 06:33:02 +02:00
|
|
|
|
- Your idea here!
|
|
|
|
|
|
|
|
|
|
To build the kernel and ROM image, you will need the Calypsi toolchain (https://calypsi.cc),
|
|
|
|
|
as well as GNU make. To build the fonts in the ROM image from the image file,
|
|
|
|
|
you will need Aseprite (https://www.aseprite.org).
|