修正系统入口为系统调用门

This commit is contained in:
fslongjin
2022-04-22 23:15:34 +08:00
parent 677c505cb1
commit 2fcf91733f
6 changed files with 53 additions and 21 deletions

View File

@ -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的系统调用