Fix braces + init_paging args
This commit is contained in:
@@ -16,8 +16,7 @@ Flags here aren't x86 flags, they are platform-agnostic
|
||||
kernel-defined flags.
|
||||
*/
|
||||
|
||||
struct vm_object
|
||||
{
|
||||
struct vm_object {
|
||||
uintptr_t base;
|
||||
size_t length;
|
||||
size_t flags;
|
||||
|
||||
Reference in New Issue
Block a user