Updated readme.md

This commit is contained in:
Kyle J Cardoza 2024-07-07 23:56:22 -04:00
parent cc21b3d4bb
commit 40a3f39981
1 changed files with 5 additions and 6 deletions

View File

@ -1,15 +1,14 @@
# Sentinel 65X ROM Firmware # 65X-DOS
This source tree builds the 512KB .bin file used to burn the system ROM This source tree builds a 512KB .bin file used to burn the system ROM
for Sentinel 65X. It consists of several modules: for Sentinel 65X. It consists of modules:
- boot: initial boot code - boot: initial boot code
- irq: interrupt handler vectors and trampolines - kernel: the OS kernel
- bios: essential hardware driver code and IRQ handler implementations
- bdos: core operating system
In future, more modules are planned: In future, more modules are planned:
- A command line shell
- A 65816 macro assembler - A 65816 macro assembler
- A text editor - A text editor
- Your idea here! - Your idea here!