Luna/kernel/src/arch/x86_64
apio 738b218a49
All checks were successful
continuous-integration/drone/pr Build is passing
kernel/ATA+MBR: Dynamically generate device names + create devices for MBR partitions
2023-06-16 21:30:50 +02:00
..
disk kernel/ATA+MBR: Dynamically generate device names + create devices for MBR partitions 2023-06-16 21:30:50 +02:00
init kernel/ATA: Route interrupts to the correct drive 2023-06-16 21:10:33 +02:00
CPU.asm kernel/x86_64: Add a way to register IRQ handlers from other kernel subsystems 2023-06-16 21:10:26 +02:00
CPU.cpp kernel/ATA: Route interrupts to the correct drive 2023-06-16 21:10:33 +02:00
CPU.h kernel/ATA: Route interrupts to the correct drive 2023-06-16 21:10:33 +02:00
Entry.asm Kernel: Introduce a timer interface 2022-11-19 20:01:01 +01:00
IO.cpp Add newlines at end-of-file 2023-01-02 13:07:29 +01:00
IO.h Add newlines at end-of-file 2023-01-02 13:07:29 +01:00
Keyboard.cpp kernel+sh: Allow using Ctrl+D to send EOF 2023-03-24 17:21:21 +01:00
MMU.cpp kernel: Remove unneeded debug logs & random cleanups 2023-04-14 21:10:38 +02:00
MMU.h x86_64: Remove recursive mapping related things from MMU.h 2023-02-27 13:07:52 +01:00
PCI.cpp kernel/x86_64: Implement writing to PCI fields 2023-06-16 21:10:32 +02:00
Serial.cpp Add newlines at end-of-file 2023-01-02 13:07:29 +01:00
Thread.cpp kernel: Add the fork() system call 2023-03-18 23:45:48 +01:00
Timer.cpp kernel: Rework the timer subsystem to count in microseconds 2023-05-07 21:51:36 +02:00
Timer.h kernel: Change the timer subsystem to use timespecs natively 2023-06-03 13:15:10 +02:00