From 6a812e40b5d38eab4a17251237d66fbaadfaf068 Mon Sep 17 00:00:00 2001 From: Kyle J Cardoza Date: Thu, 11 Jul 2024 19:41:52 -0400 Subject: [PATCH] Updated readme.md --- readme.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/readme.md b/readme.md index 3ef5e48..41ce7ec 100755 --- a/readme.md +++ b/readme.md @@ -1,12 +1,9 @@ # 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: +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: - A command line shell - A 65816 macro assembler