Subversion Repositories Kolibri OS

Rev

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

Rev 8130 Rev 8991
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2020. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2020. 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: 8130 $
8
$Revision: 8991 $
9
 
9
 
10
; ACPI Generic Address Structure
10
; ACPI Generic Address Structure
11
struct GAS
11
struct GAS
Line 158... Line 158...
158
cpu_count         rd 1
158
cpu_count         rd 1
159
smpt              rd 16
159
smpt              rd 16
160
endg
160
endg
Line 161... Line 161...
161
 
161
 
-
 
162
align 4
162
align 4
163
; @returns ACPI Root System Description Pointer
163
acpi_get_root_ptr:
164
acpi_get_root_ptr:
164
        mov     eax, [acpi_rsdp_base]
165
        mov     eax, [acpi_rsdp_base]
Line 165... Line 166...
165
        ret
166
        ret