Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bendudson/EuraliOS
/ Buffer
Class
Buffer
kernel/src/vga_buffer.rs:47–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
46
#[repr(transparent)]
47
struct Buffer {
48
chars: [[Volatile<ScreenChar>; BUFFER_WIDTH]; BUFFER_HEIGHT],
49
}
50
51
pub struct Writer {
52
column_position: usize,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected