feat: Ahci, ACPI shutdown

This commit is contained in:
2026-03-06 23:39:35 +01:00
parent 31a79d922f
commit b560712ecf
18 changed files with 2046 additions and 11 deletions
+4 -1
View File
@@ -14,10 +14,13 @@ namespace Drivers {
// Post-probe: wire up GPU framebuffer to cursor subsystem.
void InitializeGraphics();
// Probe PCI devices for Normal-phase drivers (xHCI, E1000, E1000E).
// Probe PCI devices for Normal-phase drivers (xHCI, E1000, E1000E, AHCI).
void ProbeNormal();
// Post-probe: initialize network stack.
void InitializeNetwork();
// Post-probe: register SATA drives with VFS.
void InitializeStorage();
}