Subversion Repositories Kolibri OS

Rev

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

Rev 3536 Rev 3913
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: 3536 $
16
$Revision: 3913 $
17
 
17
 
18
struct  POINT
18
struct  POINT
19
        x       dd ?
19
        x       dd ?
Line 190... Line 190...
190
include "fs/fat12.inc"    ; read / write for fat12 filesystem
190
include "fs/fat12.inc"    ; read / write for fat12 filesystem
191
include "blkdev/rd.inc"   ; ramdisk read /write
191
include "blkdev/rd.inc"   ; ramdisk read /write
192
include "fs/fs_lfn.inc"    ; syscall, version 2
192
include "fs/fs_lfn.inc"    ; syscall, version 2
193
include "fs/iso9660.inc"  ; read for iso9660 filesystem CD
193
include "fs/iso9660.inc"  ; read for iso9660 filesystem CD
194
include "fs/ext2.inc"     ; read / write for ext2 filesystem
194
include "fs/ext2.inc"     ; read / write for ext2 filesystem
-
 
195
include "fs/xfs.asm"      ; read / write for xfs filesystem
Line 195... Line 196...
195
 
196
 
Line 196... Line 197...
196
; sound
197
; sound