Subversion Repositories Kolibri OS

Rev

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

Rev 4067 Rev 4850
Line 1... Line 1...
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;                                                              ;;
2
;;                                                              ;;
3
;; Contains ext2 structures, and macros.                        ;;
3
;; Contains ext2 structures, and macros.                        ;;
4
;;                                                              ;;
4
;;                                                              ;;
5
;; Copyright (C) KolibriOS team 2004-2013. All rights reserved. ;;
5
;; Copyright (C) KolibriOS team 2013-2014. All rights reserved. ;;
6
;; Distributed under the terms of the new BSD license.          ;;
6
;; Distributed under the terms of the new BSD license.          ;;
7
;;                                                              ;;
7
;;                                                              ;;
8
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
8
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line -... Line 9...
-
 
9
 
-
 
10
$Revision: 4850 $
-
 
11
 
9
 
12
 
10
; Future jobs for driver, in order of preference:
13
; Future jobs for driver, in order of preference:
11
;     * clean up existing extents support.
14
;     * clean up existing extents support.
12
;     * add b-tree directories support.
15
;     * add b-tree directories support.
13
;     * add long file support.
16
;     * add long file support.