Volume-centric VFS implementation
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m41s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m41s
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#ifndef _M_PATH_H
|
||||
#define _M_PATH_H
|
||||
|
||||
#define MAX_PATH 1024
|
||||
#define PATH_MAX 1024
|
||||
#define VOLUME_MAX 256
|
||||
|
||||
#endif // _M_PATH_H
|
||||
@@ -15,5 +15,6 @@
|
||||
#define ST_BAD_PATH 11
|
||||
#define ST_EXEC_ERROR 12
|
||||
#define ST_MOUNT_ERROR 13
|
||||
#define ST_TRY_AGAIN 14
|
||||
|
||||
#endif // _M_STATUS_H
|
||||
|
||||
@@ -14,8 +14,8 @@
|
||||
#define SYS_ARGUMENT_PTR 11
|
||||
#define SYS_DEVICE_DO 12
|
||||
#define SYS_EXEC 13
|
||||
#define SYS_OPEN 14
|
||||
#define SYS_CLOSE 15
|
||||
#define SYS_VOLUME_OPEN 14
|
||||
#define SYS_VOLUME_CLOSE 15
|
||||
#define SYS_READ 16
|
||||
#define SYS_DESCRIBE 17
|
||||
#define SYS_MAIL_SEND 18
|
||||
|
||||
Reference in New Issue
Block a user