mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-08-28 22:44:58 +00:00
Implement Virtual Terminal and fix /dev/kcon
This commit is contained in:
@@ -209,6 +209,7 @@ namespace vfs
|
||||
|
||||
std::string Virtual::GetByNode(FileNode *Node)
|
||||
{
|
||||
assert(Node != nullptr);
|
||||
if (Node->Parent == nullptr)
|
||||
{
|
||||
if (Node->Node->Flags & I_FLAG_ROOT)
|
||||
|
Reference in New Issue
Block a user