mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-20 14:16:33 +00:00
增加/dev/fb0,能够在用户程序读写帧缓冲区 (#485)
This commit is contained in:
@ -201,7 +201,7 @@ impl LockedFATInode {
|
||||
nlinks: 1,
|
||||
uid: 0,
|
||||
gid: 0,
|
||||
raw_dev: 0,
|
||||
raw_dev: DeviceNumber::default(),
|
||||
},
|
||||
special_node: None,
|
||||
})));
|
||||
@ -321,7 +321,7 @@ impl FATFileSystem {
|
||||
nlinks: 1,
|
||||
uid: 0,
|
||||
gid: 0,
|
||||
raw_dev: 0,
|
||||
raw_dev: DeviceNumber::default(),
|
||||
},
|
||||
special_node: None,
|
||||
})));
|
||||
|
Reference in New Issue
Block a user