new: tty设备(尚未与stdio接上) (#202)

This commit is contained in:
login
2023-03-16 19:48:59 +08:00
committed by GitHub
parent 790d457640
commit 0d48c3c9c2
22 changed files with 572 additions and 129 deletions

View File

@ -38,7 +38,7 @@ extern crate lazy_static;
#[macro_use]
extern crate bitflags;
extern crate thingbuf;
use mm::allocator::KernelAllocator;