FEAT: Lumos file searcher

This commit is contained in:
boreddevnl
2026-04-12 21:46:28 +02:00
parent 8dd756f25b
commit bb176f2193
10 changed files with 891 additions and 22 deletions

View File

@@ -269,3 +269,7 @@ uint64_t mouse_handler(registers_t *regs) {
void ps2_init(void) {
mouse_init();
}
bool ps2_shift_pressed(void) {
return shift_pressed;
}