.. |
ACPI
|
Kernel: Don't map main bios area in page table initialization
|
2024-10-14 11:32:54 +03:00 |
Device
|
Kernel: Use enums in boot info instead of magic values
|
2024-10-14 11:36:51 +03:00 |
FS
|
Kernel: Cleanup disk cache
|
2024-11-03 20:28:15 +02:00 |
Input
|
Kernel: Fix interrupt system
|
2024-09-27 15:31:31 +03:00 |
Memory
|
Kernel: Add kmalloc helper APIs
|
2024-10-14 11:39:04 +03:00 |
Networking
|
Kernel: Fix interrupt system
|
2024-09-27 15:31:31 +03:00 |
Storage
|
Kernel: Fix interrupt system
|
2024-09-27 15:31:31 +03:00 |
Terminal
|
Kernel: Fix pseudo terminal leaks
|
2024-11-04 15:35:07 +02:00 |
Timer
|
Kernel: Fix interrupt system
|
2024-09-27 15:31:31 +03:00 |
USB
|
Kernel: Fix interrupt system
|
2024-09-27 15:31:31 +03:00 |
APIC.cpp
|
Kernel: Fix interrupt system
|
2024-09-27 15:31:31 +03:00 |
BootInfo.cpp
|
Kernel: Use enums in boot info instead of magic values
|
2024-10-14 11:36:51 +03:00 |
CPUID.cpp
|
Kernel: Add CPUID check for 1 GiB page support
|
2024-10-14 11:38:03 +03:00 |
Credentials.cpp
|
All: Fix a lot of compiler warnings from header files
|
2024-06-18 23:02:10 +03:00 |
Debug.cpp
|
Kernel: Validate pointer's when printing stack trace
|
2024-09-22 17:16:01 +03:00 |
ELF.cpp
|
Kernel: Rework kernel-side ELF loading
|
2024-09-15 23:57:34 +03:00 |
Errors.cpp
|
BAN: Make String and StringView header only
|
2024-05-23 15:43:26 +03:00 |
GDT.cpp
|
Kernel: Unify IDT and GDT code between x86_64 and x86_32
|
2024-03-26 16:42:02 +02:00 |
IDT.cpp
|
Kernel/userspace: rework floating point math
|
2024-11-03 20:28:15 +02:00 |
InterruptController.cpp
|
Kernel: Remove lai as a dependecy
|
2024-04-10 04:39:48 +03:00 |
Interruptable.cpp
|
Kernel: Fix interrupt system
|
2024-09-27 15:31:31 +03:00 |
OpenFileDescriptorSet.cpp
|
Kernel: Allow listing files even if one of directories blocks are empty
|
2024-09-17 15:53:14 +03:00 |
PCI.cpp
|
Kernel: Fix interrupt system
|
2024-09-27 15:31:31 +03:00 |
PIC.cpp
|
Kernel: Start all processors on kernel boot
|
2024-03-03 02:19:43 +02:00 |
Panic.cpp
|
BAN/Kernel: Rework assertion/panic system
|
2024-03-04 11:41:54 +02:00 |
Process.cpp
|
Kernel: Fix pseudo terminal leaks
|
2024-11-04 15:35:07 +02:00 |
Processor.cpp
|
Kernel: Fix interrupt system
|
2024-09-27 15:31:31 +03:00 |
Random.cpp
|
Kernel: Replace i386 with i686
|
2024-03-26 02:48:26 +02:00 |
SSP.cpp
|
All: Cleanup all files
|
2024-01-24 15:53:38 +02:00 |
Scheduler.cpp
|
Kernel: Allow initial binding of threads to specific processor
|
2024-09-24 16:27:40 +03:00 |
Syscall.cpp
|
Kernel: Disable warning when calling syscall
|
2024-09-22 17:15:07 +03:00 |
Thread.cpp
|
Kernel/userspace: rework floating point math
|
2024-11-03 20:28:15 +02:00 |
ThreadBlocker.cpp
|
Kernel: Make thread unblocking O(1)
|
2024-07-24 00:31:01 +03:00 |
kernel.cpp
|
Kernel: Rewrite x86_64 page tables to use HHDM instead of kmalloc
|
2024-10-14 11:40:30 +03:00 |