fix: remove kernel mouse cursor demo, +add two future-implemented syscalls for shutdown & reset

This commit is contained in:
2026-02-18 16:52:44 +01:00
parent 116262a4b6
commit 3295b9970b
11 changed files with 33 additions and 143 deletions
+1 -2
View File
@@ -1,6 +1,6 @@
/*
* Cursor.hpp
* Simple framebuffer mouse cursor
* Framebuffer information storage
* Copyright (c) 2025 Daniel Hammer
*/
@@ -11,7 +11,6 @@
namespace Graphics::Cursor {
void Initialize(limine_framebuffer* framebuffer);
void Update();
uint32_t* GetFramebufferBase();
uint64_t GetFramebufferWidth();