feat: userspace overhaul, Intel GPU driver, and more

This commit is contained in:
2026-02-19 15:46:49 +01:00
parent 010783429c
commit 9ca51596ea
54 changed files with 9080 additions and 270 deletions
+3
View File
@@ -17,4 +17,7 @@ namespace Graphics::Cursor {
uint64_t GetFramebufferHeight();
uint64_t GetFramebufferPitch();
void SetFramebuffer(uint32_t* base, uint64_t width, uint64_t height, uint64_t pitch);
uint64_t GetFramebufferPhysBase();
};