banan-os/kernel/include/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 BAN: Move RefPtr to its own file and create New.h 2023-04-10 21:07:25 +03:00
Input Kernel: Device dev and rdev number is done more properly 2023-04-03 11:43:16 +03:00
Storage Kernel: Device dev and rdev number is done more properly 2023-04-03 11:43:16 +03:00
Terminal Kernel: Add tty to process and make termios modifiable 2023-04-05 02:53:28 +03:00
ACPI.h Kernel: Rework the whole input system 2023-03-29 03:05:16 +03:00
APIC.h All: rename every function from UpperCamelCase to snake_case 2023-02-01 21:05:44 +02:00
Arch.h Kernel: fix ARCH() macro and add helper macros for push/pop 2023-02-19 18:52:25 +02:00
Attributes.h Kernel: Initial work on new scheduler with queues 2023-03-08 02:41:44 +02:00
CPUID.h All: rename every function from UpperCamelCase to snake_case 2023-02-01 21:05:44 +02:00
CriticalScope.h Kernel: Create CriticalScope and fix kmalloc 2023-03-08 13:55:53 +02:00
Debug.h All: rename every function from UpperCamelCase to snake_case 2023-02-01 21:05:44 +02:00
Device.h Kernel: Fix typo 2023-04-03 19:56:55 +03:00
DeviceManager.h Kernel: Device dev and rdev number is done more properly 2023-04-03 11:43:16 +03:00
Errors.h Kernel: remove message from BAN::Error 2023-04-11 23:25:21 +03:00
Font.h BAN: Modify Span constructors to keep constness correctly 2023-03-23 14:26:03 +02:00
GDT.h Kernel: Initialize GDT in kernel code 2023-03-01 21:21:56 +02:00
IDT.h Kernel: I have no idea what this commit does 2023-01-26 02:55:37 +02:00
IO.h Kernel: Add IO functions inl, outl, and ins{b,w,l} to read into buffer 2023-02-24 12:39:38 +02:00
InterruptController.h Kernel: Create CriticalScope and fix kmalloc 2023-03-08 13:55:53 +02:00
LockGuard.h All: Move to c++20 2023-02-09 23:05:26 +02:00
MMU.h Kernel: MMU now takes flags when allocating pages 2023-03-01 21:21:56 +02:00
PCI.h Kernel: PCIDevice is now class with getters and constructor 2023-03-08 02:41:44 +02:00
PIC.h All: rename every function from UpperCamelCase to snake_case 2023-02-01 21:05:44 +02:00
PIT.h Kernel: PIT now has very barebones sleep 2023-02-16 17:53:25 +02:00
Panic.h Kernel: panic now disables interrupts as the first thing 2023-03-01 21:21:56 +02:00
Process.h Kernel: Threads can now be terminated mid execution 2023-04-10 21:07:25 +03:00
RTC.h Kernel/BAN: move unix time conversion to BAN and add stat to Shell 2023-03-27 00:49:58 +03:00
Scheduler.h BAN: Move RefPtr to its own file and create New.h 2023-04-10 21:07:25 +03:00
Semaphore.h Kernel: ATA now uses irqs instead of polling 2023-04-03 00:03:38 +03:00
Serial.h All: rename every function from UpperCamelCase to snake_case 2023-02-01 21:05:44 +02:00
Shell.h Kernel: Add partial support for shell 2023-04-05 01:30:58 +03:00
SpinLock.h Kernel: Create RecursiveSpinLock and add it to Process 2023-03-24 01:32:35 +02:00
Syscall.h Kernel/Userspace: Start initial work on userspace and syscalls 2023-03-13 15:32:46 +02:00
Thread.h BAN: Move RefPtr to its own file and create New.h 2023-04-10 21:07:25 +03:00
kmalloc.h Kernel: rewrite the whole kmalloc (again) 2023-02-22 16:32:50 +02:00
kprint.h Kernel: Start work on making tty a file 2023-04-05 00:56:09 +03:00
multiboot.h BAN: Formatter now uses perfect forwarding on its arguments 2023-03-08 21:31:26 +02:00