cleanup: move some logic out of kernel Main.cpp into separate files/functions

This commit is contained in:
2026-03-03 20:30:59 +01:00
parent 9bb0bb6cc6
commit cd8f756574
6 changed files with 110 additions and 53 deletions
+2
View File
@@ -20,4 +20,6 @@ namespace Graphics::Cursor {
void SetFramebuffer(uint32_t* base, uint64_t width, uint64_t height, uint64_t pitch);
uint64_t GetFramebufferPhysBase();
void MapWriteCombining();
};