Reserved of the function 70 for the new procedure of access to file systems
Request - Please not use this number for other purposes. git-svn-id: svn://kolibrios.org@70 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
7e96e14297
commit
12ecff7fb2
@ -138,6 +138,7 @@ iglobal
|
||||
dd sys_window_move ; 67-Window move or resize
|
||||
dd sys_internal_services ; 68-Some internal services
|
||||
dd sys_debug_services ; 69-Debug
|
||||
dd file_system_v2 ; 70-Common file system interface, version 2
|
||||
|
||||
times 255 - ( ($-servetable) /4 ) dd undefined_syscall
|
||||
|
||||
|
9
kernel/trunk/fs/fs_v2.inc
Normal file
9
kernel/trunk/fs/fs_v2.inc
Normal file
@ -0,0 +1,9 @@
|
||||
;****************************************************************************
|
||||
;* System service for filesystem call, version 2
|
||||
;*
|
||||
;* 22.04.05 Reserved call function 70 - Mario79
|
||||
;****************************************************************************
|
||||
|
||||
file_system_v2:
|
||||
|
||||
ret
|
@ -148,7 +148,8 @@ include "boot/shutdown.inc" ; shutdown or restart
|
||||
include "fs/fs.inc" ; syscall
|
||||
include "fs/fat32.inc" ; read / write for fat32 filesystem
|
||||
include "fs/fat12.inc" ; read / write for fat12 filesystem
|
||||
include "blkdev/rd.inc" ; ramdisk read /write
|
||||
include "blkdev/rd.inc" ; ramdisk read /write
|
||||
include "fs/fs_v2.inc" ; syscall, version 2
|
||||
|
||||
; sound
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user