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    ;;
-
 
6
;;                                                              ;;
3
;;                                                                      ;;
7
;;                                                              ;;
4
;; System service for filesystem call                                   ;;
8
;; System service for filesystem call                           ;;
5
;; (C) 2004 Ville Turjanmaa, License: GPL                               ;;
9
;; (C) 2004 Ville Turjanmaa, License: GPL                       ;;
6
;; 29.04.2006 Elimination of hangup after the                           ;;
10
;; 29.04.2006 Elimination of hangup after the                   ;;
7
;;            expiration hd_wait_timeout (for LBA) -  Mario79           ;;
11
;;            expiration hd_wait_timeout (for LBA) -  Mario79   ;;
8
;; 15.01.2005 get file size/attr/date, file_append (only for hd) - ATV  ;;
12
;; 15.01.2005 get file size/attr/date,                          ;;
-
 
13
;;            file_append (only for hd) - ATV                   ;;
9
;; 23.11.2004 test if hd/partition is set - ATV                         ;;
14
;; 23.11.2004 test if hd/partition is set - ATV                 ;;
10
;; 18.11.2004 get_disk_info and more error codes - ATV                  ;;
15
;; 18.11.2004 get_disk_info and more error codes - ATV          ;;
11
;; 08.11.2004 expand_pathz and rename (only for hd) - ATV               ;;
16
;; 08.11.2004 expand_pathz and rename (only for hd) - ATV       ;;
12
;; 20.10.2004 Makedir/Removedir (only for hd) - ATV                     ;;
17
;; 20.10.2004 Makedir/Removedir (only for hd) - ATV             ;;
13
;;                                                                      ;;
18
;;                                                              ;;
14
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
19
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 15... Line 20...
15
 
20
 
16
iglobal
21
iglobal
17
dir0:        db  'HARDDISK   '
22
dir0:        db  'HARDDISK   '
18
             db  'RAMDISK    '
23
             db  'RAMDISK    '