Subversion Repositories Kolibri OS

Rev

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

Rev 3392 Rev 3394
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
 
Line 74... Line 74...
74
$Revision: 3392 $
74
$Revision: 3394 $
Line 797... Line 797...
797
 
797
 
798
;        mov     esi, boot_devices
798
;        mov     esi, boot_devices
Line 799... Line 799...
799
;        call    boot_log
799
;        call    boot_log
-
 
800
 
Line 800... Line 801...
800
 
801
        mov     [pci_access_enabled], 1
Line 801... Line 802...
801
        mov     [pci_access_enabled], 1
802
        call    pci_enum
802
 
803