Subversion Repositories Kolibri OS

Rev

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

Rev 2212 Rev 2219
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: 2212 $
8
$Revision: 2219 $
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
Line 512... Line 515...
512
 
515
 
Line 513... Line 516...
513
align 4
516
align 4
Line 514... Line -...
514
 
-
 
515
check_acpi:
-
 
516
 
517
 
517
        xchg bx, bx
518
check_acpi:
518
 
519
 
Line 519... Line 520...
519
        call acpi_locate
520
        call acpi_locate