Closed
Description
The bootloader panics on line 242 with failed to identity map fame PhysFrame[4kib](20a000): PageAlreadyMapped(PhysFrame[4Kib](0x20a000))
Lines 229 to 244 in c73786d
I checked the mapping for 0x20b000
and QEMU says its mapped to 0x20b000
A potental fix would be to just ignore the error with an extra match arm Err(MapToError::PageAlreadyMapped(frame)) => {}
Metadata
Metadata
Assignees
Labels
No labels