Luna/kernel/src
apio af26dce038
All checks were successful
continuous-integration/drone/push Build is passing
kernel: Zero physical frames instead of virtual pages
The memset() happens a bit earlier, and we don't have to remap the
mapped virtual memory.
2023-07-04 00:49:26 +02:00
..
arch kernel: Separate a thread's page directory into two 2023-06-25 20:35:40 +02:00
boot kernel: Provide more meaningful panic messages for critical failures 2023-06-17 19:43:25 +02:00
fs kernel/ext2: Make the inner extended superblock struct packed as well 2023-07-02 19:50:27 +02:00
lib kernel/ATA: Start reading/writing registers and detecting drives 2023-06-16 21:10:30 +02:00
memory kernel: Zero physical frames instead of virtual pages 2023-07-04 00:49:26 +02:00
sys kernel: Separate a thread's page directory into two 2023-06-25 20:35:40 +02:00
thread kernel: Separate a thread's page directory into two 2023-06-25 20:35:40 +02:00
video libluna: Simplify the API for Utf8StateDecoder by splitting it into multiple methods 2023-06-18 18:38:01 +02:00
config.h.in Add config.h for version information 2022-12-03 17:25:25 +01:00
cxxabi.cpp Kernel: Add __cxa_atexit iomplementation 2023-01-13 18:56:05 +01:00
Log.cpp kernel: Provide more meaningful panic messages for critical failures 2023-06-17 19:43:25 +02:00
Log.h kernel: Provide more meaningful panic messages for critical failures 2023-06-17 19:43:25 +02:00
main.cpp kernel: Stop showing memory stats at boot 2023-07-02 16:02:38 +02:00