Some initial work
Some basic Inode stuff Some basic Archive stuff
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
pub const Dir = packed struct {};
|
||||
|
||||
pub const ExtDir = packed struct {};
|
||||
@@ -0,0 +1,3 @@
|
||||
pub const File = struct {};
|
||||
|
||||
pub const ExtFile = struct {};
|
||||
@@ -0,0 +1,7 @@
|
||||
pub const Device = packed struct {};
|
||||
|
||||
pub const ExtDevice = packed struct {};
|
||||
|
||||
pub const Ipc = packed struct {};
|
||||
|
||||
pub const ExtIpc = packed struct {};
|
||||
@@ -0,0 +1,3 @@
|
||||
pub const Symlink = struct {};
|
||||
|
||||
pub const ExtSymlink = struct {};
|
||||
Reference in New Issue
Block a user