能进入用户态程序,但无法正确进行系统调用

This commit is contained in:
fslongjin
2022-04-10 23:53:07 +08:00
parent d78db8225c
commit c09c6d4e66
6 changed files with 19 additions and 10 deletions

View File

@ -106,7 +106,7 @@ Err_Code:
ENTRY(system_call)
// sysenter
sti;
hlt
subq $0x38, %rsp
cld;