intermezzOS / kernel

A hobby operating system, in Rust
http://intermezzos.github.io/
Apache License 2.0
1.39k stars 91 forks source link

VGA: kill transmute #24

Closed steveklabnik closed 8 years ago

steveklabnik commented 8 years ago
self.buffer.as_ptr() as *const u8

should work instead of the transmute

Thanks @kimundi @bluss