Subversion Repositories Kolibri OS

Rev

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

Rev 6240 Rev 6242
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2015. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2015. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 6240 $
8
$Revision: 6242 $
9
 
9
 
10
 
10
 
Line 461... Line 461...
461
        shl     ebx, 4
461
        shl     ebx, 4
462
        lea     ecx, [ebx+1024]
462
        lea     ecx, [ebx+1024]
463
        call    .check
463
        call    .check
Line 464... Line 464...
464
 
464
 
-
 
465
        test    ebx, ebx
465
        test    ebx, ebx
466
        jz      @F
Line -... Line 467...
-
 
467
        jmp     .done
466
        jnz     .done
468
 
467
 
469
@@:
468
        mov     ebx, ACPI_HI_RSDP_WINDOW_START
470
        mov     ebx, ACPI_HI_RSDP_WINDOW_START
469
        mov     edi, ACPI_HI_RSDP_WINDOW_END
471
        mov     edi, ACPI_HI_RSDP_WINDOW_END
470
        call    .check
472
        call    .check