mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-19 00:46:31 +00:00
修正系统入口为系统调用门
This commit is contained in:
@ -10,6 +10,6 @@
|
||||
*/
|
||||
|
||||
#define SYS_NOT_EXISTS 0
|
||||
#define SYS_PRINTF 1
|
||||
#define SYS_PUT_STRING 1
|
||||
|
||||
#define SYS_AHCI_END_REQ 255
|
||||
#define SYS_AHCI_END_REQ 255 // AHCI DMA请求结束end_request的系统调用
|
Reference in New Issue
Block a user