From 2b6865dc04e3ca1d925c9448b918a4e6496cc65a Mon Sep 17 00:00:00 2001 From: Nero <41307858+nero@users.noreply.github.com> Date: Sun, 27 Oct 2019 17:07:41 +0000 Subject: [PATCH] Clarify BDOS scope --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81db91d..07fb5a3 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ The BIOS may hook into interrupts if necessary to provide its functionality. Depending on your hardware, a different BIOS binary may be used. The BDOS is in the 2K below the BIOS, it provides a filesystem driver to work atop of the BIOS. -It is agnostic to the underlaying hardware configuration. +It is agnostic to the underlaying hardware configuration, but different depending on the instruction set. A user program might overwrite memory up to the end of the BDOS. Upon program exit, the BIOS will reload the BDOS from disk.