More complex physalloc

This commit is contained in:
4lDO2
2020-06-16 21:20:00 +00:00
committed by Jeremy Soller
parent 654c0a7bbc
commit 003bd6a0d2
8 changed files with 145 additions and 57 deletions
+4
View File
@@ -271,6 +271,10 @@ pub fn format_call(a: usize, b: usize, c: usize, d: usize, e: usize, f: usize) -
"physalloc({})",
b
),
SYS_PHYSALLOC3 => format!(
"physalloc3({}, {}, {})",
b, c, d,
),
SYS_PHYSFREE => format!(
"physfree({:#X}, {})",
b,