From 5fec597ae0e0adefb498189dd724c7af02dc5f93 Mon Sep 17 00:00:00 2001 From: Andre Richter Date: Sun, 4 Apr 2021 23:26:53 +0200 Subject: [PATCH] Fix filename --- 00_before_we_start/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/00_before_we_start/README.md b/00_before_we_start/README.md index 60e060bc..9e79caf4 100644 --- a/00_before_we_start/README.md +++ b/00_before_we_start/README.md @@ -106,6 +106,6 @@ From a namespace perspective, **memory** subsystem code lives in: # Boot flow 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`.