Implement pseudo terminal

This commit is contained in:
Jianfeng Jiang
2023-08-01 14:35:35 +08:00
committed by Tate, Hongliang Tian
parent a042da1847
commit f802ff40c5
10 changed files with 369 additions and 107 deletions

View File

@ -7,6 +7,7 @@ mod zero;
use crate::fs::device::{add_node, Device, DeviceId, DeviceType};
use crate::prelude::*;
pub use pty::{PtyMaster, PtySlave};
pub use random::Random;
pub use urandom::Urandom;