mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-28 13:03:25 +00:00
feat(syscall): 添加syscall table的实现 (#1164)
* feat(syscall): 添加syscall table的实现 - 实现syscall table - 为syscall table适配write/writev、read和readv系统调用 --------- Signed-off-by: longjin <longjin@DragonOS.org>
This commit is contained in:
10
docs/kernel/syscall/index.rst
Normal file
10
docs/kernel/syscall/index.rst
Normal file
@ -0,0 +1,10 @@
|
||||
.. _syscall:
|
||||
|
||||
系统调用
|
||||
====================================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:caption: 目录
|
||||
|
||||
syscall_table
|
Reference in New Issue
Block a user