[denali] Relocate AHCI structures to memory we control

This commit is contained in:
Drew Galbraith 2023-07-05 14:32:19 -07:00
parent 1412c5b73e
commit a8db218204
4 changed files with 29 additions and 26 deletions

View file

@ -96,7 +96,7 @@ struct CommandTable {
uint8_t command_fis[64];
uint8_t atapi_command[16];
uint8_t reserved[48];
PhysicalRegionDescriptor prdt[65535];
PhysicalRegionDescriptor prdt[8];
} __attribute__((packed));
typedef enum {