From 40a3f39981a2861934f6f2a6328638bc4dad4d7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kyle=20J=C2=A0Cardoza?= Date: Sun, 7 Jul 2024 23:56:22 -0400 Subject: [PATCH] Updated readme.md --- readme.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/readme.md b/readme.md index f0cc33f..3ef5e48 100644 --- a/readme.md +++ b/readme.md @@ -1,15 +1,14 @@ -# Sentinel 65X ROM Firmware +# 65X-DOS -This source tree builds the 512KB .bin file used to burn the system ROM -for Sentinel 65X. It consists of several modules: +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 - - irq: interrupt handler vectors and trampolines - - bios: essential hardware driver code and IRQ handler implementations - - bdos: core operating system + - kernel: the OS kernel In future, more modules are planned: + - A command line shell - A 65816 macro assembler - A text editor - Your idea here! \ No newline at end of file