git-svn-id: https://spexeah.com:8443/svn/Asuro@348 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c

This commit is contained in:
aaron 2018-04-05 16:48:15 +00:00
parent 8dff8e60e1
commit 96e6af0604

View File

@ -249,6 +249,7 @@ begin
ahciController := ptr; ahciController := ptr;
hba := THBAptr(PPCI_Device(ahciController)^.address5); hba := THBAptr(PPCI_Device(ahciController)^.address5);
new_page_at_address(uint32(hba)); new_page_at_address(uint32(hba));
AHCI_BASE := PPCI_Device(ahciController)^.address5;
check_ports(); check_ports();
load:= true; load:= true;
exit; exit;