mirror of
https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials.git
synced 2024-11-11 07:10:59 +00:00
Fix filename
This commit is contained in:
parent
86c041a41f
commit
5fec597ae0
@ -106,6 +106,6 @@ From a namespace perspective, **memory** subsystem code lives in:
|
|||||||
# Boot flow
|
# Boot flow
|
||||||
|
|
||||||
1. The kernel's entry point is the function `cpu::boot::arch_boot::_start()`.
|
1. The kernel's entry point is the function `cpu::boot::arch_boot::_start()`.
|
||||||
- It is implemented in `src/_arch/__arch_name__/cpu/boot.rs`.
|
- It is implemented in `src/_arch/__arch_name__/cpu/boot.s`.
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user