Create two files and list them.
This commit is contained in:
parent
00eaa64e7d
commit
3c1419185d
7 changed files with 104 additions and 36 deletions
|
@ -247,7 +247,7 @@ pub struct DirEntry {
|
|||
|
||||
pub const DIRENT_SZ: usize = 32;
|
||||
|
||||
pub type DirentBlock = [DirEntry; BLOCK_SZ / DIRENT_SZ];
|
||||
//pub type DirentBlock = [DirEntry; BLOCK_SZ / DIRENT_SZ];
|
||||
pub type DirentBytes = [u8; DIRENT_SZ];
|
||||
|
||||
impl DirEntry {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue