磁盘请求在处理时,切换进程

This commit is contained in:
fslongjin
2022-04-19 15:13:59 +08:00
parent 0e8bf69d65
commit 39dd802ff1
14 changed files with 257 additions and 206 deletions

View File

@ -1,4 +1,15 @@
#pragma once
/**
* 系统调用说明
* 1 printf
*
*
* 255 AHCI end_request
*
*/
#define SYS_NOT_EXISTS 0
#define SYS_PRINTF 1
#define SYS_PRINTF 1
#define SYS_AHCI_END_REQ 255