🆕 syscall模块,实现了第一个系统调用函数sys_printf

This commit is contained in:
fslongjin
2022-02-16 14:07:53 +08:00
parent 7238e3c13a
commit d3a5048f66
11 changed files with 219 additions and 8 deletions

View File

@ -0,0 +1,4 @@
#pragma once
#define SYS_NOT_EXISTS 0
#define SYS_PRINTF 1