Subversion Repositories Kolibri OS

Rev

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

Rev 2123 Rev 2140
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: 2123 $
16
$Revision: 2140 $
17
 
17
 
18
 
18
 
Line 233... Line 233...
233
 
233
 
Line 234... Line 234...
234
; shutdown
234
; shutdown
Line 235... Line 235...
235
 
235
 
-
 
236
; file system
236
; file system
237
 
237
 
238
include "blkdev/disk.inc" ; support for plug-n-play disks
238
include "fs/disk.inc"     ; support for plug-n-play disks
239
include "blkdev/disk_cache.inc" ; caching for plug-n-play disks
239
include "fs/fs.inc"       ; syscall
240
include "fs/fs.inc"       ; syscall
240
include "fs/fat32.inc"    ; read / write for fat32 filesystem
241
include "fs/fat32.inc"    ; read / write for fat32 filesystem