Subversion Repositories Kolibri OS

Rev

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

Rev 2219 Rev 2434
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: 2219 $
8
$Revision: 2434 $
9
 
9
 
10
 
10
 
Line 286... Line 286...
286
           movzx ecx, byte[edi + 9]
286
        movzx   ecx, byte[edi + 9]
287
           shl ecx, 4
287
        shl     ecx, 4
288
           mov esi, edi
288
        mov     esi, edi
289
           xor eax, eax
289
        xor     eax, eax
290
           cld   ; paranoia
290
        cld      ; paranoia
-
 
291
@@:
291
@@:	lodsb
292
        lodsb
292
           add ah, al
293
        add     ah, al
293
           loop @b
294
        loop    @b
294
           jnz .pcibios_nxt2 ; control summ must be zero
295
        jnz     .pcibios_nxt2; control summ must be zero
295
    ; BIOS32 service found !
296
    ; BIOS32 service found !
296
           mov ebp, [edi + 4]
297
        mov     ebp, [edi + 4]