Subversion Repositories Kolibri OS

Rev

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

Rev 2218 Rev 2231
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2008. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2008. 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: 2218 $
8
$Revision: 2231 $
9
 
9
 
10
 
10
 
Line 435... Line 435...
435
align 4
435
align 4
436
acpi_rsdp         rd 1
436
acpi_rsdp         rd 1
437
acpi_rsdt         rd 1
437
acpi_rsdt         rd 1
438
acpi_madt         rd 1
438
acpi_madt         rd 1
Line -... Line 439...
-
 
439
 
-
 
440
acpi_dev_data     rd 1
-
 
441
acpi_dev_size     rd 1
439
 
442
 
440
acpi_rsdt_base    rd 1
443
acpi_rsdt_base    rd 1
441
acpi_madt_base    rd 1
444
acpi_madt_base    rd 1
442
acpi_lapic_base   rd 1
445
acpi_lapic_base   rd 1
443
acpi_ioapic_base  rd 1
446
acpi_ioapic_base  rd 1