Updated types

This commit is contained in:
Alex
2022-12-21 00:43:51 +02:00
parent 684b76a1ca
commit a677f3c159
62 changed files with 471 additions and 448 deletions

View File

@ -23,7 +23,7 @@ namespace FileSystem
uint32_t length;
};
Initrd(uint64_t Address);
Initrd(uintptr_t Address);
~Initrd();
};
}