banan-os/kernel/kernel/Input
Bananymous aa2aee684b Kernel: remove message from BAN::Error
We don't store the error message anymore in BAN::Error.
Instead we store a error code that can be mapped into a string.
This allows BAN::Error to only take 4 bytes instead of 128.

We should also make some kernel initialization just panic instead
of returning errors since they are required for succesfull boot
anyway.
2023-04-11 23:25:21 +03:00
..
PS2Controller.cpp Kernel: remove message from BAN::Error 2023-04-11 23:25:21 +03:00
PS2Keyboard.cpp Kernel: Device dev and rdev number is done more properly 2023-04-03 11:43:16 +03:00
PS2Keymap.cpp Kernel: Fix keys in PS2Keymap 2023-04-03 20:25:23 +03:00