Subversion Repositories Kolibri OS

Rev

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

Rev 521 Rev 593
Line 1... Line -...
1
$Revision: 521 $
-
 
2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3
;;                                                                      ;;
2
;;                                                              ;;
4
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
5
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
6
;;                                                              ;;
5
;;                                                              ;;
7
;; FAT12.INC                                                            ;;
6
;; FAT12.INC                                                    ;;
8
;; (C) 2005 Mario79, License: GPL                                       ;;
7
;; (C) 2005 Mario79, License: GPL                               ;;
9
;;                                                                      ;;
8
;;                                                              ;;
10
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
9
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line -... Line 10...
-
 
10
 
-
 
11
$Revision: 593 $
-
 
12
 
11
 
13
 
12
n_sector    dd 0  ; temporary save for sector value
14
n_sector    dd 0  ; temporary save for sector value
13
flp_status  dd 0
15
flp_status  dd 0
14
clust_tmp_flp dd 0  ; used by analyze_directory and analyze_directory_to_write
16
clust_tmp_flp dd 0  ; used by analyze_directory and analyze_directory_to_write
15
path_pointer_flp dd 0
17
path_pointer_flp dd 0