Skip to content
Snippets Groups Projects
Verified Commit 53464ca3 authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

docs: new comments

parent 97c020f5
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,9 @@ impl Mmu {
// in case the boot mode is active and the
// address is withing boot memory reads from it
if self.boot_active && addr <= 0x00fe {
// if we're reading from this location we can
// safely assume that we're exiting the boot
// loading sequence and disable boot
if addr == 0x00fe {
self.boot_active = false;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment