banan-os/kernel/kernel
Bananymous 8d6db168d6 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
..
FS Kernel: remove message from BAN::Error 2023-04-11 23:25:21 +03:00
Input Kernel: remove message from BAN::Error 2023-04-11 23:25:21 +03:00
Storage Kernel: remove message from BAN::Error 2023-04-11 23:25:21 +03:00
Terminal Kernel: Fix TTY echo and canonical flag behaviour 2023-04-05 11:35:19 +03:00
ACPI.cpp Kernel: remove message from BAN::Error 2023-04-11 23:25:21 +03:00
APIC.cpp Kernel: Move ACPI to its own file 2023-03-27 17:30:45 +03:00
CPUID.cpp All: rename every function from UpperCamelCase to snake_case 2023-02-01 21:05:44 +02:00
Debug.cpp Kernel: Start work on making tty a file 2023-04-05 00:56:09 +03:00
Device.cpp Kernel: Device dev and rdev number is done more properly 2023-04-03 11:43:16 +03:00
DeviceManager.cpp Kernel: Device dev and rdev number is done more properly 2023-04-03 11:43:16 +03:00
Errors.cpp Kernel: remove message from BAN::Error 2023-04-11 23:25:21 +03:00
Font.cpp Kernel: remove message from BAN::Error 2023-04-11 23:25:21 +03:00
InterruptController.cpp Kernel: Create CriticalScope and fix kmalloc 2023-03-08 13:55:53 +02:00
PCI.cpp Kernel: PCIDevice is now class with getters and constructor 2023-03-08 02:41:44 +02:00
PIC.cpp All: rename every function from UpperCamelCase to snake_case 2023-02-01 21:05:44 +02:00
PIT.cpp Kernel: cleanup includes 2023-04-01 02:14:49 +03:00
Process.cpp Kernel: remove message from BAN::Error 2023-04-11 23:25:21 +03:00
RTC.cpp Kernel/BAN: move unix time conversion to BAN and add stat to Shell 2023-03-27 00:49:58 +03:00
SSP.cpp All: rename every function from UpperCamelCase to snake_case 2023-02-01 21:05:44 +02:00
Scheduler.cpp Kernel: Threads can now be terminated mid execution 2023-04-10 21:07:25 +03:00
Semaphore.cpp Kernel: cleanup includes 2023-04-01 02:14:49 +03:00
Serial.cpp All: rename every function from UpperCamelCase to snake_case 2023-02-01 21:05:44 +02:00
Shell.cpp Kernel: remove message from BAN::Error 2023-04-11 23:25:21 +03:00
SpinLock.cpp Kernel: Thread is no longer RefCounted 2023-03-30 19:16:51 +03:00
Syscall.cpp Kernel/Userspace: Start initial work on userspace and syscalls 2023-03-13 15:32:46 +02:00
Thread.cpp Kernel: Thread is no longer RefCounted 2023-03-30 19:16:51 +03:00
build_libc.cpp Kernel: Add support for arrow keys in Shell 2023-01-13 15:07:24 +02:00
kernel.cpp Kernel: Shell now somewhat functions again 2023-04-05 11:37:41 +03:00
kmalloc.cpp Kernel: kmalloc minimum align is forced to s_kmalloc_min_align 2023-03-09 14:37:25 +02:00