Subversion Repositories Kolibri OS

Rev

Rev 9020 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9020 Rev 9068
Line 75... Line 75...
75
format binary as "mnt"
75
format binary as "mnt"
Line 76... Line 76...
76
 
76
 
77
include 'macros.inc'
77
include 'macros.inc'
Line 78... Line 78...
78
include 'struct.inc'
78
include 'struct.inc'
Line 79... Line 79...
79
 
79
 
80
$Revision: 9020 $
80
$Revision: 9068 $
Line 817... Line 817...
817
; initialisation AHCI code
817
; initialisation AHCI code
818
;-----------------------------------------------------------------------------
818
;-----------------------------------------------------------------------------
819
jmp ahci_code_end
819
jmp ahci_code_end
820
include 'blkdev/ahci.inc'
820
include 'blkdev/ahci.inc'
821
ahci_code_end:
821
ahci_code_end:
822
call init_ahci
822
call ahci_init
823
;-----------------------------------------------------------------------------
823
;-----------------------------------------------------------------------------
824
if 0
824
if 0
825
        mov     ax, [BOOT.sys_disk]
825
        mov     ax, [BOOT.sys_disk]
826
        cmp     ax, 'r1'; if using not ram disk, then load librares and parameters {SPraid.simba}
826
        cmp     ax, 'r1'; if using not ram disk, then load librares and parameters {SPraid.simba}
827
        je      no_lib_load
827
        je      no_lib_load