mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-17 06:47:49 +00:00
Fix source path
This commit is contained in:
@@ -44,7 +44,7 @@ We wrote some example code to display a gray background:
|
||||
[`BootInfo`]: https://docs.rs/bootloader_api/latest/bootloader_api/info/struct.BootInfo.html
|
||||
|
||||
```rust
|
||||
// in src/kernel/main.rs
|
||||
// in kernel/src/main.rs
|
||||
|
||||
fn kernel_main(boot_info: &'static mut BootInfo) -> ! {
|
||||
if let Some(framebuffer) = boot_info.framebuffer.as_mut() {
|
||||
|
||||
Reference in New Issue
Block a user