A small operating system for Sentinel 65X
Go to file
Kyle J Cardoza 2c42243d4c Documentation of kernel API 2024-07-09 00:42:09 -04:00
config Fixed cstartup.s 2024-07-07 23:35:11 -04:00
doc Documentation of kernel API 2024-07-09 00:42:09 -04:00
include Added documentation. 2024-07-08 00:42:08 -04:00
src Documentation of kernel API 2024-07-09 00:42:09 -04:00
Makefile Begin implementing driver model. 2024-07-07 23:08:08 -04:00
license.md Initial code import 2024-07-07 11:37:04 -04:00
readme.md Updated readme.md 2024-07-07 23:56:22 -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!