Subversion Repositories Kolibri OS

Rev

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

Rev 419 Rev 444
Line -... Line 1...
-
 
1
$Revision: 431 $
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
 
3
;;                                                                 ;;
-
 
4
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
-
 
5
;; Distributed under terms of the GNU General Public License    ;;
2
;;                                                                 ;;
6
;;                                                              ;;
3
;;  FAT32.INC                                                      ;;
7
;;  FAT32.INC                                                      ;;
4
;;                                                                 ;;
8
;;                                                                 ;;
5
;;  FAT16/32 functions for KolibriOS                               ;;
9
;;  FAT16/32 functions for KolibriOS                               ;;
6
;;                                                                 ;;
10
;;                                                                 ;;
Line 37... Line 41...
37
;;  30.3.2004  Error parameters at function return - VT            ;;
41
;;  30.3.2004  Error parameters at function return - VT            ;;
38
;;  01.5.2002  Bugfix in device write - VT                         ;;
42
;;  01.5.2002  Bugfix in device write - VT                         ;;
39
;;  20.5.2002  Hd status check - VT                                ;;
43
;;  20.5.2002  Hd status check - VT                                ;;
40
;;  29.6.2002  Improved fat32 verification - VT                    ;;
44
;;  29.6.2002  Improved fat32 verification - VT                    ;;
41
;;                                                                 ;;
45
;;                                                                 ;;
42
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
46
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 43... Line 47...
43
 
47
 
Line 44... Line 48...
44
cache_max equ 1919      ; max. is 1919*512+0x610000=0x6ffe00
48
cache_max equ 1919      ; max. is 1919*512+0x610000=0x6ffe00
45
 
49