Clarify BDOS scope
This commit is contained in:
parent
0ac5679598
commit
2b6865dc04
@ -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.
|
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.
|
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.
|
A user program might overwrite memory up to the end of the BDOS.
|
||||||
Upon program exit, the BIOS will reload the BDOS from disk.
|
Upon program exit, the BIOS will reload the BDOS from disk.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user