Subversion Repositories Kolibri OS

Rev

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

Rev 1362 Rev 1378
Line 11... Line 11...
11
;; maintain and compile with an automated SETUP program         ;;
11
;; maintain and compile with an automated SETUP program         ;;
12
;; in the future.                                               ;;
12
;; in the future.                                               ;;
13
;;                                                              ;;
13
;;                                                              ;;
14
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
14
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 15... Line 15...
15
 
15
 
Line 16... Line 16...
16
$Revision: 1362 $
16
$Revision: 1378 $
17
 
17
 
18
 
18
 
Line 215... Line 215...
215
include "fs/ntfs.inc"     ; read / write for ntfs filesystem
215
include "fs/ntfs.inc"     ; read / write for ntfs filesystem
216
include "fs/fat12.inc"    ; read / write for fat12 filesystem
216
include "fs/fat12.inc"    ; read / write for fat12 filesystem
217
include "blkdev/rd.inc"   ; ramdisk read /write
217
include "blkdev/rd.inc"   ; ramdisk read /write
218
include "fs/fs_lfn.inc"    ; syscall, version 2
218
include "fs/fs_lfn.inc"    ; syscall, version 2
219
include "fs/iso9660.inc"  ; read for iso9660 filesystem CD
219
include "fs/iso9660.inc"  ; read for iso9660 filesystem CD
-
 
220
include "fs/ext2.inc"     ; read / write for ext2 filesystem
Line 220... Line 221...
220
 
221
 
Line 221... Line 222...
221
; sound
222
; sound
Line 284... Line 285...
284
; load external lib
285
; load external lib
285
include "core/ext_lib.inc"
286
include "core/ext_lib.inc"
Line 286... Line 287...
286
 
287
 
287
; list of external functions
288
; list of external functions
-
 
289
include "imports.inc"