mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Add another missing import in code example
This commit is contained in:
@@ -285,6 +285,7 @@ We can easily provoke such a deadlock in our kernel by printing something in the
|
|||||||
pub extern "C" fn _start() -> ! {
|
pub extern "C" fn _start() -> ! {
|
||||||
[…]
|
[…]
|
||||||
loop {
|
loop {
|
||||||
|
use blog_os::print;
|
||||||
print!("-"); // new
|
print!("-"); // new
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user