Luna/kernel/src/arch
apio e18bca8c32
kernel/ATA: Read the CDROM's first sector using ATAPI PIO!!
Sadly, for some reason, DMA is not working right now.
This is a problem, as PIO is inconvenient. But hey, it works for now!
2023-05-17 20:38:27 +02:00
..
x86_64 kernel/ATA: Read the CDROM's first sector using ATAPI PIO!! 2023-05-17 20:38:27 +02:00
CPU.h kernel: Actually register interrupt handlers properly 2023-05-17 20:38:27 +02:00
Keyboard.h kernel+sh: Allow using Ctrl+D to send EOF 2023-03-24 17:21:21 +01:00
MMU.h kernel: Add the fork() system call 2023-03-18 23:45:48 +01:00
PCI.cpp kernel: Handle device BARs properly 2023-05-17 20:38:26 +02:00
PCI.h kernel/PCI: Add bit enum for the Command field 2023-05-17 20:38:27 +02:00
Serial.cpp luna: Remove pure_cstyle_format 2023-03-02 13:38:21 +01:00
Serial.h Add newlines at end-of-file 2023-01-02 13:07:29 +01:00
Timer.cpp kernel: Rework the timer subsystem to count in microseconds 2023-05-07 21:51:36 +02:00
Timer.h Add newlines at end-of-file 2023-01-02 13:07:29 +01:00