Clarify BDOS scope

This commit is contained in:
Nero 2019-10-27 17:07:41 +00:00
parent 0ac5679598
commit 2b6865dc04
1 changed files with 1 additions and 1 deletions

View File

@ -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.