mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 21:08:12 +00:00
No description
![]() When you open /dev/ptmx, you get a file descriptor pointing to one of the available MasterPTY's. If none are available, you get an EBUSY. This makes it possible to open multiple (up to 4) Terminals. :^) To support this, I also added a CharacterDevice::open() that gets control when VFS is opening a CharacterDevice. This is useful when we want to return a custom FileDescriptor like we do here. |
||
---|---|---|
AK | ||
Base/etc | ||
Editor | ||
Kernel | ||
LibC | ||
Terminal | ||
Userland | ||
VirtualFileSystem | ||
Widgets | ||
.gitignore |