Subversion Repositories Kolibri OS

Rev

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

Rev 2217 Rev 2219
Line 66... Line 66...
66
;;
66
;;
67
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
67
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 68... Line 68...
68
 
68
 
Line 69... Line 69...
69
include 'macros.inc'
69
include 'macros.inc'
Line 70... Line 70...
70
 
70
 
Line 71... Line 71...
71
$Revision: 2217 $
71
$Revision: 2219 $
Line 677... Line 677...
677
        mov   esi,boot_fonts
677
        mov   esi,boot_fonts
678
        call  boot_log
678
        call  boot_log
Line 679... Line 679...
679
 
679
 
680
; Display APIC status
680
; Display APIC status
681
	mov	esi, boot_APIC_found
681
	mov	esi, boot_APIC_found
682
	test	dword[APIC], 0xffffffff
682
        cmp     [irq_mode], IRQ_APIC
-
 
683
        jne    @f
683
	jnz	@f
684
 
-
 
685
	mov	esi, boot_APIC_nfound
684
	mov	esi, boot_APIC_nfound
686
@@:
Line 685... Line 687...
685
@@:	call	boot_log
687
        call    boot_log
686
 
688
 
687
; PRINT AMOUNT OF MEMORY
689
; PRINT AMOUNT OF MEMORY