bugfix: 用户态程序编译错误的问题

This commit is contained in:
fslongjin
2022-09-11 21:28:19 +08:00
parent 774ebf0763
commit 5652878249
4 changed files with 15 additions and 17 deletions

View File

@ -53,7 +53,7 @@ all: kernel
@echo "Generating kernel ELF file..."
# 生成内核文件
objcopy -I elf64-x86-64 -O elf64-x86-64 -R ".comment" -R ".eh_frame" kernel ../bin/kernel/kernel.elf
@echo "Done."
@echo "Kernel Build Done."
ECHO:
@echo "$@"