From 713571b729458352ac0f5837525a4ff6b7aa96a4 Mon Sep 17 00:00:00 2001 From: zhangxinyu <840317537@qq.com> Date: Thu, 8 Jun 2023 17:25:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=94=A8=E6=88=B7=E5=BA=94?= =?UTF-8?q?=E7=94=A88=E5=AD=97=E8=8A=82=E5=AF=B9=E9=BD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ch5/os/build.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ch5/os/build.rs b/ch5/os/build.rs index c103d93..50b0327 100644 --- a/ch5/os/build.rs +++ b/ch5/os/build.rs @@ -72,6 +72,7 @@ _app_names:"# .section .data .global app_{0}_start .global app_{0}_end + .align 3 app_{0}_start: .incbin "{2}{1}" app_{0}_end:"#, @@ -79,4 +80,4 @@ app_{0}_end:"#, )?; } Ok(()) -} +} \ No newline at end of file