Fix source path

This commit is contained in:
Philipp Oppermann
2023-12-28 20:11:46 +01:00
parent a119d36cc9
commit ba410f40ba
2 changed files with 3 additions and 3 deletions

View File

@@ -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() {