mirror of
https://github.com/drasko/codezero.git
synced 2026-02-15 03:13:16 +01:00
Added vfs_create() to create files and directories.
Moved mkdir to mknod so that mknod is the common handler for all node creation.
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
#define L4_IPC_TAG_READDIR 18
|
||||
|
||||
/* Tags for ipc between fs0 and mm0 */
|
||||
#define L4_IPC_TAG_OPENDATA 25
|
||||
#define L4_IPC_TAG_PAGER_SYSOPEN 25
|
||||
#define L4_IPC_TAG_TASKDATA 26
|
||||
|
||||
#endif /* __IPCDEFS_H__ */
|
||||
|
||||
Reference in New Issue
Block a user