Re-enable the Io spac in lower memory after system reset

This commit is contained in:
pjht 2023-03-27 15:27:39 -05:00
parent b57d036a26
commit 303c07138b
Signed by: pjht
GPG Key ID: 7B5F6AFBEC7EE78E

View File

@ -137,6 +137,7 @@ impl Backplane {
} }
pub fn reset(&self) { pub fn reset(&self) {
self.io_at_top_16mb.store(true, Ordering::Relaxed);
for card in &self.cards { for card in &self.cards {
card.borrow_mut().reset(); card.borrow_mut().reset();
} }