mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-19 17:26:31 +00:00
磁盘请求在处理时,切换进程
This commit is contained in:
@ -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
|
Reference in New Issue
Block a user