Images 💾

Last commit ⭐

commit 8de395694d39c4b12efbc3b3598be5c1cc80cdb0
Author:     Liav A <liavalb@gmail.com>
AuthorDate: Thu Apr 14 22:47:17 2022 +0300
Commit:     Idan Horowitz <idan.horowitz@gmail.com>
CommitDate: Fri Jul 8 01:06:47 2022 +0300

    Kernel/Storage: Do proper locking & reset in the AHCIController code
    
    The initialize_hba method now calls the reset method to reset the HBA
    and initialize each AHCIPort. Also, after full HBA reset we need to turn
    on the AHCI functionality of the HBA and global interrupts since they
    are cleared to 0 according to the specification in the GHC register.