Subversion Repositories Kolibri OS

Rev

Rev 425 | 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
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
 
3
;;                                                              ;;
-
 
4
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
-
 
5
;; Distributed under terms of the GNU General Public License    ;;
3
;;                                                                      ;;
6
;;                                                              ;;
4
;; FAT12.INC                                                            ;;
7
;; FAT12.INC                                                    ;;
5
;; (C) 2005 Mario79, License: GPL                                       ;;
8
;; (C) 2005 Mario79, License: GPL                               ;;
6
;;                                                                      ;;
9
;;                                                              ;;
7
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
10
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 8... Line 11...
8
 
11
 
9
n_sector    dd 0  ; temporary save for sector value
12
n_sector    dd 0  ; temporary save for sector value
10
flp_status  dd 0
13
flp_status  dd 0
11
clust_tmp_flp dd 0  ; used by analyze_directory and analyze_directory_to_write
14
clust_tmp_flp dd 0  ; used by analyze_directory and analyze_directory_to_write