Subversion Repositories Kolibri OS

Rev

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

Rev 4291 Rev 4297
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: 4291 $
74
$Revision: 4297 $
Line 880... Line 880...
880
;        call    boot_log
880
;        call    boot_log
Line 881... Line 881...
881
 
881
 
882
        mov     [pci_access_enabled], 1
882
        mov     [pci_access_enabled], 1
Line -... Line 883...
-
 
883
        call    pci_enum
-
 
884
 
883
        call    pci_enum
885
include "detect/vortex86.inc"                     ; Vortex86 SoC detection code
Line 884... Line 886...
884
 
886
 
Line 885... Line 887...
885
        stdcall load_driver, szVidintel
887
        stdcall load_driver, szVidintel
Line 1107... Line 1109...
1107
        jnz     @F
1109
        jnz     @F
1108
        mov     al, 1                             ; at least one CPU
1110
        mov     al, 1                             ; at least one CPU
1109
@@:
1111
@@:
1110
        DEBUGF  1, "K : %d CPU detected\n", eax
1112
        DEBUGF  1, "K : %d CPU detected\n", eax
Line 1111... Line -...
1111
 
-
 
1112
include "detect/vortex86.inc"                     ; Vortex86 SoC detection code
-
 
1113
 
1113
 
1114
        DEBUGF  1, "K : BAR0 %x \n", [IDE_BAR0_val]:4
1114
        DEBUGF  1, "K : BAR0 %x \n", [IDE_BAR0_val]:4
1115
        DEBUGF  1, "K : BAR1 %x \n", [IDE_BAR1_val]:4
1115
        DEBUGF  1, "K : BAR1 %x \n", [IDE_BAR1_val]:4
1116
        DEBUGF  1, "K : BAR2 %x \n", [IDE_BAR2_val]:4
1116
        DEBUGF  1, "K : BAR2 %x \n", [IDE_BAR2_val]:4
1117
        DEBUGF  1, "K : BAR3 %x \n", [IDE_BAR3_val]:4
1117
        DEBUGF  1, "K : BAR3 %x \n", [IDE_BAR3_val]:4