mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-17 06:47:49 +00:00
Add a public static writer
Since `unsafe const` aren't allowed yet, we temorary add a custom version of Unique to make `Unique::new` const (instead of unsafe).
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
#![no_std]
|
||||
|
||||
extern crate rlibc;
|
||||
extern crate spin;
|
||||
|
||||
mod vga_buffer;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user