Struct limine_protocol::TerminalResponse
source · #[repr(C)]pub struct TerminalResponse {
pub revision: u64,
pub terminal_count: u64,
pub terminals: *const *const Terminal,
pub write: TerminalWriteFn,
}Expand description
Response to [TerminalRequest]
Fields§
§revision: u64The response revision number
terminal_count: u64The number of Terminals in terminals
terminals: *const *const TerminalA pointer to an array of Terminal pointers
write: TerminalWriteFnThe terminal write function
Important
It must be noted that this is the physical address of the write function