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
;;  FAT32.INC                                                      ;;
7
;;  FAT32.INC                                                   ;;
5
;;                                                                 ;;
8
;;                                                              ;;
6
;;  FAT16/32 functions for KolibriOS                               ;;
9
;;  FAT16/32 functions for KolibriOS                            ;;
7
;;                                                                 ;;
10
;;                                                              ;;
Line 38... Line 41...
38
;;  30.3.2004  Error parameters at function return - VT            ;;
41
;;  30.3.2004  Error parameters at function return - VT         ;;
39
;;  01.5.2002  Bugfix in device write - VT                         ;;
42
;;  01.5.2002  Bugfix in device write - VT                      ;;
40
;;  20.5.2002  Hd status check - VT                                ;;
43
;;  20.5.2002  Hd status check - VT                             ;;
41
;;  29.6.2002  Improved fat32 verification - VT                    ;;
44
;;  29.6.2002  Improved fat32 verification - VT                 ;;
42
;;                                                                 ;;
45
;;                                                              ;;
43
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
46
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 44... Line 47...
44
 
47
 
Line 45... Line 48...
45
cache_max equ 1919      ; max. is 1919*512+0x610000=0x6ffe00
48
cache_max equ 1919      ; max. is 1919*512+0x610000=0x6ffe00
46
 
49