🆕 用户态解析键盘扫描码

This commit is contained in:
fslongjin
2022-05-21 21:49:56 +08:00
parent b9c4efcb0f
commit e6108602df
13 changed files with 626 additions and 439 deletions

View File

@ -28,6 +28,7 @@ struct vfs_superblock_t *vfs_root_sb = NULL;
*/
#define VFS_ATTR_FILE (1UL << 0)
#define VFS_ATTR_DIR (1UL << 1)
#define VFS_ATTR_DEVICE (1UL << 2)
struct vfs_super_block_operations_t;
struct vfs_inode_operations_t;