Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kröning <[email protected]>
  • Loading branch information
mkroening committed Apr 16, 2024
1 parent e55902d commit 8dbe02a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/arch/x86_64/mm/physicalmem.rs
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ fn detect_from_limits() -> Result<(), ()> {
pub fn init() {
detect_from_fdt()
.or_else(|_e| detect_from_multiboot_info())
.or_else(|_e| detect_from_limits())
.unwrap();
}

Expand Down

0 comments on commit 8dbe02a

Please sign in to comment.