Skip to content

Commit

Permalink
Update 4first-instruction-in-kernel2.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
OccupyMars2025 authored May 6, 2023
1 parent c45ad52 commit 8bc4a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/chapter1/4first-instruction-in-kernel2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
#![no_std]
#![no_main]
mod lang_item;
mod lang_items;
use core::arch::global_asm;
global_asm!(include_str!("entry.asm"));
Expand Down

0 comments on commit 8bc4a20

Please sign in to comment.