banan-os/kernel/kernel
Bananymous d810644018 Kernel: Start work on writable ext2 filesystem 2023-08-31 23:40:31 +03:00
..
Device Kernel: add NullDevice to /dev/null 2023-07-20 00:06:22 +03:00
FS Kernel: Start work on writable ext2 filesystem 2023-08-31 23:40:31 +03:00
Input Kernel: Rename TimerHandler to SystemTimer 2023-08-04 16:06:47 +03:00
Memory Kernel: Add PageTable::Flags::CacheDisable 2023-08-06 23:59:30 +03:00
Storage Kernel: Rename TimerHandler to SystemTimer 2023-08-04 16:06:47 +03:00
Terminal Kernel: Barebones implementation sessions and process groups 2023-08-22 11:35:40 +03:00
Timer Kernel: HPET is now used in legacy mode when PIC is forced 2023-08-10 22:01:30 +03:00
ACPI.cpp Kernel: Change PageTable API 2023-08-02 22:09:14 +03:00
APIC.cpp Kernel: APIC now uses MMIO namespace functions for mmio 2023-08-10 21:07:23 +03:00
CPUID.cpp Kernel: CPUID can detect wether cpu supports nxe bit 2023-07-13 14:24:58 +03:00
Debug.cpp Kernel: Stack trace dumping validates pointers before using them 2023-08-31 21:36:23 +03:00
Errors.cpp Kernel: ATAController will fail to initialize in native mode 2023-04-19 17:29:36 +03:00
Font.cpp Kernel: Rework syscall calling 2023-06-12 14:16:48 +03:00
InterruptController.cpp Kernel: Create CriticalScope and fix kmalloc 2023-03-08 13:55:53 +02:00
OpenFileDescriptorSet.cpp Kernel: Barebones implementation sessions and process groups 2023-08-22 11:35:40 +03:00
PCI.cpp Kernel: Rewrite whole device structure 2023-07-10 23:17:14 +03:00
PIC.cpp Kernel: Fix slave PIC 2023-08-10 21:52:31 +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: kill() with negative pid actually matches pgid 2023-08-22 14:54:15 +03:00
SSP.cpp All: rename every function from UpperCamelCase to snake_case 2023-02-01 21:05:44 +02:00
Scheduler.cpp Kernel: IDT now sends EOI for every interrupt 2023-08-09 09:57:02 +03:00
Semaphore.cpp Kernel: remove Semaphore::is_blocked 2023-07-24 22:23:13 +03:00
Serial.cpp All: rename every function from UpperCamelCase to snake_case 2023-02-01 21:05:44 +02:00
SpinLock.cpp Kernel: Locks allow locking after locker is invalid 2023-07-27 18:52:51 +03:00
Syscall.S Kernel: Add bareboness fork() function 2023-05-28 18:08:49 +03:00
Syscall.cpp Kernel: better handle kernel errors 2023-08-29 00:13:21 +03:00
Thread.cpp Kernel: Threads are deleted sooner and cleaner 2023-08-04 10:29:42 +03:00
kernel.cpp Kernel: HPET is now used in legacy mode when PIC is forced 2023-08-10 22:01:30 +03:00