intermezzOS / kernel

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

Replace old vga driver with the new one. #60

Closed steveklabnik closed 7 years ago

steveklabnik commented 7 years ago

This technically leads to a functional regression, but that's okay for now. The new vga driver does not have the ability to blink the cursor, that's being tracked over at https://github.com/intermezzOS/vga/issues/3

This also needs https://github.com/intermezzOS/vga/pull/2 to be merged before it will work here.

steveklabnik commented 7 years ago

Actually, I think that I'd rather import the crate into here, so we can use workspaces.