Fix filename

This commit is contained in:
Andre Richter 2021-04-04 23:26:53 +02:00
parent 86c041a41f
commit 5fec597ae0
No known key found for this signature in database
GPG Key ID: 2116C1AB102F615E

View File

@ -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`.