Subversion Repositories Kolibri OS

Rev

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

Rev 425 Rev 431
Line 1... Line 1...
1
$Revision: 425 $
1
$Revision: 431 $
-
 
2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
 
3
;;                                                              ;;
-
 
4
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
-
 
5
;; Distributed under terms of the GNU General Public License    ;;
-
 
6
;;                                                              ;;
-
 
7
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
 
8
 
2
ntfs_test_bootsec:
9
ntfs_test_bootsec:
3
; in: ebx->buffer, edx=size of partition
10
; in: ebx->buffer, edx=size of partition
4
; out: CF set <=> invalid
11
; out: CF set <=> invalid
5
; 1. Name=='NTFS    '
12
; 1. Name=='NTFS    '
6
        cmp     dword [ebx+3], 'NTFS'
13
        cmp     dword [ebx+3], 'NTFS'