banan-os/kernel
Bananymous 762d22ed28 Kernel: Move ATADevice to its own file from ATAController
The API is kinda weird since device reads/writes go from
ATADevice -> ATAController -> ATADevice
but this is for now atleast necessary since ATAController has(?)
to keep all devices from using the disks at the same time
2023-04-02 18:26:19 +03:00
..
arch BuildSystem: We are now using cmake instead of plain make 2023-04-02 04:07:27 +03:00
font BuildSystem: building for 32-bit works now 2023-04-02 05:03:17 +03:00
include/kernel Kernel: Move ATADevice to its own file from ATAController 2023-04-02 18:26:19 +03:00
kernel Kernel: Move ATADevice to its own file from ATAController 2023-04-02 18:26:19 +03:00
userspace Kernel/Userspace: Start initial work on userspace and syscalls 2023-03-13 15:32:46 +02:00
CMakeLists.txt Kernel: Move ATADevice to its own file from ATAController 2023-04-02 18:26:19 +03:00
icxxabi.cpp Kernel: Add some more cxxabi functionality 2023-02-02 15:50:26 +02:00
ubsan.cpp Kernel: Add ubsan 2023-03-06 23:38:05 +02:00