.. |
FS
|
Kernel: StorageDevices and Controllers are now devices
|
2023-03-30 14:22:15 +03:00 |
Input
|
Kernel: All devices have atime, mtime, ctime at their creation
|
2023-03-30 13:15:46 +03:00 |
Storage
|
Kernel: StorageDevices and Controllers are now devices
|
2023-03-30 14:22:15 +03:00 |
ACPI.cpp
|
Kernel: ACPI unmap_header does not do anything
|
2023-03-28 02:56:44 +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: Disable color after Debug::dump_stack_trace
|
2023-03-08 02:41:44 +02:00 |
Device.cpp
|
Kernel: StorageDevices and Controllers are now devices
|
2023-03-30 14:22:15 +03:00 |
Font.cpp
|
Kernel: Rework processes and VFS so we don't expose inodes
|
2023-03-26 04:30:57 +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: Scheduler sleeping is working
|
2023-03-08 02:41:44 +02:00 |
Process.cpp
|
Kernel: fix stat command and device numbers
|
2023-03-30 10:43:08 +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: Add basic concept of Processes
|
2023-03-16 12:17:04 +02:00 |
Serial.cpp
|
All: rename every function from UpperCamelCase to snake_case
|
2023-02-01 21:05:44 +02:00 |
Shell.cpp
|
Kernel: fix stat command and device numbers
|
2023-03-30 10:43:08 +03:00 |
SpinLock.cpp
|
Kernel: Create RecursiveSpinLock and add it to Process
|
2023-03-24 01:32:35 +02:00 |
Syscall.cpp
|
Kernel/Userspace: Start initial work on userspace and syscalls
|
2023-03-13 15:32:46 +02:00 |
TTY.cpp
|
Kernel: TTY buffer is resized on font size change
|
2023-03-22 02:09:22 +02:00 |
Thread.cpp
|
Kernel: Add basic concept of Processes
|
2023-03-16 12:17:04 +02:00 |
VesaTerminalDriver.cpp
|
Kernel: MMU now takes flags when allocating pages
|
2023-03-01 21:21:56 +02:00 |
build_libc.cpp
|
Kernel: Add support for arrow keys in Shell
|
2023-01-13 15:07:24 +02:00 |
kernel.cpp
|
Kernel: Remove the mount test from VFS
|
2023-03-30 11:43:24 +03:00 |
kmalloc.cpp
|
Kernel: kmalloc minimum align is forced to s_kmalloc_min_align
|
2023-03-09 14:37:25 +02:00 |