Use the new scheme format in most places
The graphics subsystem still uses the old format as orbital manually parses the fpath result.
This commit is contained in:
+1
-1
@@ -51,7 +51,7 @@ pub unsafe fn physmap(
|
||||
) -> Result<*mut ()> {
|
||||
// TODO: arraystring?
|
||||
let path = format!(
|
||||
"memory:physical@{}",
|
||||
"/scheme/memory/physical@{}",
|
||||
match ty {
|
||||
MemoryType::Writeback => "wb",
|
||||
MemoryType::Uncacheable => "uc",
|
||||
|
||||
Reference in New Issue
Block a user