sys_write

This commit is contained in:
fslongjin
2022-04-28 23:24:53 +08:00
parent d9399944e8
commit 3e101d71ff
2 changed files with 38 additions and 0 deletions

View File

@ -14,5 +14,6 @@
#define SYS_OPEN 2
#define SYS_CLOSE 3
#define SYS_READ 4
#define SYS_WRITE 5
#define SYS_AHCI_END_REQ 255 // AHCI DMA请求结束end_request的系统调用