new: devfs删除文件夹

This commit is contained in:
fslongjin
2022-09-12 23:56:31 +08:00
parent d60f1a8f80
commit 9f2b080cda
24 changed files with 366 additions and 92 deletions

View File

@ -48,11 +48,11 @@
文件夹类型:
``#define VFS_ATTR_FILE (1UL << 0)``
``#define VFS_IF_FILE (1UL << 0)``
``#define VFS_ATTR_DIR (1UL << 1)``
``#define VFS_IF_DIR (1UL << 1)``
``#define VFS_ATTR_DEVICE (1UL << 2)``
``#define VFS_IF_DEVICE (1UL << 2)``
缓冲区长度的默认值