Subversion Repositories Kolibri OS

Rev

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

Rev 6244 Rev 6590
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: 6244 $
8
$Revision: 6590 $
9
 
9
 
10
 
10
 
Line 534... Line 534...
534
 
534
 
535
        call    acpi_locate
535
        call    acpi_locate
536
        test    eax, eax
536
        test    eax, eax
Line -... Line 537...
-
 
537
        jz      .done
537
        jz      .done
538
 
538
 
539
        mov     [acpi_rsdp-OS_BASE], eax
539
        mov     ecx, [eax+16]
540
        mov     ecx, [eax+16]
540
        mov     edx, ACPI_FADT_SIGN
541
        mov     edx, ACPI_FADT_SIGN
541
        mov     [acpi_rsdt_base-OS_BASE], ecx
542
        mov     [acpi_rsdt_base-OS_BASE], ecx