Subversion Repositories Kolibri OS

Rev

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

Rev 4575 Rev 4578
Line 69... Line 69...
69
format binary as "mnt"
69
format binary as "mnt"
Line 70... Line 70...
70
 
70
 
71
include 'macros.inc'
71
include 'macros.inc'
Line 72... Line 72...
72
include 'struct.inc'
72
include 'struct.inc'
Line 73... Line 73...
73
 
73
 
74
$Revision: 4575 $
74
$Revision: 4578 $
Line 1025... Line 1025...
1025
;        mov     esi, boot_devices
1025
;        mov     esi, boot_devices
1026
;        call    boot_log
1026
;        call    boot_log
Line 1027... Line 1027...
1027
 
1027
 
1028
        mov     [pci_access_enabled], 1
1028
        mov     [pci_access_enabled], 1
-
 
1029
        call    pci_enum
Line 1029... Line 1030...
1029
        call    pci_enum
1030
        call    clear_pci_ide_interrupts
Line 1030... Line 1031...
1030
 
1031