Subversion Repositories Kolibri OS

Rev

Rev 9045 | Rev 9221 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9045 Rev 9183
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: 9045 $
80
$Revision: 9183 $
Line 812... Line 812...
812
;-----------------------------------------------------------------------------
812
;-----------------------------------------------------------------------------
813
; initialisation IDE ATA code
813
; initialisation IDE ATA code
814
;-----------------------------------------------------------------------------
814
;-----------------------------------------------------------------------------
815
include 'detect/init_ata.inc'
815
include 'detect/init_ata.inc'
816
;-----------------------------------------------------------------------------
816
;-----------------------------------------------------------------------------
-
 
817
; initialisation AHCI code
-
 
818
;-----------------------------------------------------------------------------
-
 
819
        jmp     ahci_code_end
-
 
820
include 'blkdev/ahci.inc'
-
 
821
ahci_code_end:
-
 
822
        call    ahci_init
-
 
823
;-----------------------------------------------------------------------------
817
if 0
824
if 0
818
        mov     ax, [BOOT.sys_disk]
825
        mov     ax, [BOOT.sys_disk]
819
        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}
820
        je      no_lib_load
827
        je      no_lib_load