A small operating system for Sentinel 65X
Go to file
Kyle J Cardoza 436b86aa2a code cleanup 2024-07-11 19:29:48 -04:00
config code cleanup 2024-07-11 19:29:48 -04:00
doc Combined boot and kernel modules into one 2024-07-11 01:50:40 -04:00
include Combined boot and kernel modules into one 2024-07-11 01:50:40 -04:00
src code cleanup 2024-07-11 19:29:16 -04:00
Makefile Combined boot and kernel modules into one 2024-07-11 01:51:39 -04:00
license.md Combined boot and kernel modules into one 2024-07-11 01:50:40 -04:00
readme.md Combined boot and kernel modules into one 2024-07-11 01:50:40 -04:00

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!