Remove unnecessary code

This commit is contained in:
Alex
2023-05-08 05:32:44 +03:00
parent 1efc8f9537
commit 198742526c
4 changed files with 56 additions and 56 deletions

View File

@ -588,7 +588,7 @@ namespace Memory
void FreePages(void *Address, size_t Count);
/** @brief Do not use. */
void Init(BootInfo *Info);
void Init();
/** @brief Do not use. */
Physical();
@ -905,7 +905,7 @@ namespace Memory
};
}
void InitializeMemoryManagement(BootInfo *Info);
void InitializeMemoryManagement();
void *operator new(size_t Size);
void *operator new[](size_t Size);