Support blocking server.

This commit is contained in:
TXuian
2024-04-30 18:17:31 +08:00
parent 9f9e25a98e
commit 3a985252d9
13 changed files with 174 additions and 59 deletions
@@ -80,7 +80,7 @@ struct Inode {
};
// Directory is a file containing a sequence of DirEntry structures.
#define DIR_NAME_SIZE 14
#define DIR_NAME_SIZE 30
struct DirEntry {
ushort inum;
char name[DIR_NAME_SIZE];