banan-os/kernel/kernel
Bananymous fd81e31050 Kernel: Fix Process::exit() and where it is called from
cksum doesn't seem to work anymore on big files. I have to look
into this. It locks up after couple of seconds...
2023-04-19 12:52: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
Memory Kernel: Heap allows us to take free pages. 2023-04-18 10:18:15 +03:00
Storage Kernel: kernel doesn't allocate large blocks of data on stack 2023-04-11 23:31:58 +03:00
Terminal Kernel: Process is not reference counted any more 2023-04-19 00:34:18 +03:00
ACPI.cpp Kernel: Map all ACPI tables on initialization 2023-04-18 10:18:15 +03:00
APIC.cpp Kernel: Map all ACPI tables on initialization 2023-04-18 10:18:15 +03:00
CPUID.cpp All: rename every function from UpperCamelCase to snake_case 2023-02-01 21:05:44 +02:00
Debug.cpp Kernel: Debug::dump_stack_trace now 'detects' repeating function 2023-04-12 01:32:41 +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: Reorder boot initialization 2023-04-18 10:18:15 +03:00
Errors.cpp Kernel: remove message from BAN::Error 2023-04-11 23:25:21 +03:00
Font.cpp Kernel: Process is not reference counted any more 2023-04-19 00:34:18 +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
Panic.cpp Kernel: Panic wont print stacktrace if it has already paniced 2023-04-18 10:18:15 +03:00
Process.cpp Kernel: Fix Process::exit() and where it is called from 2023-04-19 12:52: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: Fix Process::exit() and where it is called from 2023-04-19 12:52:21 +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: Process is not reference counted any more 2023-04-19 00:34:18 +03:00
SpinLock.cpp Kernel: Thread is no longer RefCounted 2023-03-30 19:16:51 +03:00
Syscall.cpp Kernel: Process is not reference counted any more 2023-04-19 00:34:18 +03:00
Thread.cpp Kernel: Process is not reference counted any more 2023-04-19 00:34:18 +03:00
kernel.cpp Kernel: We now launch Shell again on boot 2023-04-19 00:41:24 +03:00