Various QoL changes

This commit is contained in:
Alex
2023-09-03 19:24:14 +03:00
parent 4abf69f597
commit c5c76d3f9d
8 changed files with 138 additions and 167 deletions

View File

@ -203,7 +203,7 @@ namespace CPU
void *PageTable(void *PT = nullptr);
/** @brief To be used only once. */
void InitializeFeatures(long Core);
void InitializeFeatures(int Core);
/** @brief Get CPU counter value. */
uint64_t Counter();