Subversion Repositories Kolibri OS

Rev

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

Rev 756 Rev 942
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2007. 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: 756 $
8
$Revision: 942 $
9
 
9
 
10
 
10
 
Line 237... Line 237...
237
              cpu_id     dd ?
237
              cpu_id     dd ?
238
              cpu_Intel  dd ?
238
              cpu_Intel  dd ?
239
              cpu_AMD    dd ?
239
              cpu_AMD    dd ?
240
           endl
240
           endl
Line 241... Line -...
241
 
-
 
242
           mov [cpu_type], 0
241
 
-
 
242
           xor eax, eax
243
           xor eax, eax
243
           mov [cpu_type], eax
244
           mov [cpu_caps-OS_BASE], eax
244
           mov [cpu_caps-OS_BASE], eax
Line 245... Line 245...
245
           mov [cpu_caps+4-OS_BASE], eax
245
           mov [cpu_caps+4-OS_BASE], eax
246
 
246