Subversion Repositories Kolibri OS

Rev

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

Rev 8092 Rev 8111
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: 8092 $
8
$Revision: 8111 $
Line 9... Line 9...
9
 
9
 
10
MAX_IOAPICS = 2
10
MAX_IOAPICS = 2
Line 559... Line 559...
559
.old_tics:
559
.old_tics:
560
        mov     eax, [timer_ticks]
560
        mov     eax, [timer_ticks]
561
        mov     edx, 10000000
561
        mov     edx, 10000000
562
        mul     edx
562
        mul     edx
563
        ret
563
        ret
564
 
-
 
565
align 4
-
 
566
acpi_get_root_ptr:
-
 
567
        mov     eax, [acpi_rsdp]
-
 
568
        ret
-