Subversion Repositories Kolibri OS

Rev

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

Rev 4199 Rev 4261
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: 4199 $
74
$Revision: 4261 $
Line 1106... Line 1106...
1106
        jnz     @F
1106
        jnz     @F
1107
        mov     al, 1                             ; at least one CPU
1107
        mov     al, 1                             ; at least one CPU
1108
@@:
1108
@@:
1109
        DEBUGF  1, "K : %d CPU detected\n", eax
1109
        DEBUGF  1, "K : %d CPU detected\n", eax
Line -... Line 1110...
-
 
1110
        
-
 
1111
include "detect/vortex86.inc"                     ; Vortex86 SoC detection code
1110
 
1112
 
1111
        DEBUGF  1, "K : BAR0 %x \n", [IDE_BAR0_val]:4
1113
        DEBUGF  1, "K : BAR0 %x \n", [IDE_BAR0_val]:4
1112
        DEBUGF  1, "K : BAR1 %x \n", [IDE_BAR1_val]:4
1114
        DEBUGF  1, "K : BAR1 %x \n", [IDE_BAR1_val]:4
1113
        DEBUGF  1, "K : BAR2 %x \n", [IDE_BAR2_val]:4
1115
        DEBUGF  1, "K : BAR2 %x \n", [IDE_BAR2_val]:4
1114
        DEBUGF  1, "K : BAR3 %x \n", [IDE_BAR3_val]:4
1116
        DEBUGF  1, "K : BAR3 %x \n", [IDE_BAR3_val]:4