mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-23 17:33:23 +00:00
Redefine the TTY driver interface
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
5a9a63e1a7
commit
67065835ef
@ -24,7 +24,7 @@ pub struct FramebufferConsole {
|
||||
state: SpinLock<ConsoleState, LocalIrqDisabled>,
|
||||
}
|
||||
|
||||
pub static CONSOLE_NAME: &str = "Framebuffer-Console";
|
||||
pub const CONSOLE_NAME: &str = "Framebuffer-Console";
|
||||
|
||||
pub static FRAMEBUFFER_CONSOLE: Once<Arc<FramebufferConsole>> = Once::new();
|
||||
|
||||
|
Reference in New Issue
Block a user