mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 16:26:31 +00:00
🆕 syscall模块,实现了第一个系统调用函数sys_printf
This commit is contained in:
4
kernel/syscall/syscall_num.h
Normal file
4
kernel/syscall/syscall_num.h
Normal file
@ -0,0 +1,4 @@
|
||||
#pragma once
|
||||
|
||||
#define SYS_NOT_EXISTS 0
|
||||
#define SYS_PRINTF 1
|
Reference in New Issue
Block a user