🆕 增加重启命令reboot

This commit is contained in:
fslongjin
2022-05-25 14:38:15 +08:00
parent b02f5ea47c
commit 8bd7b64a0b
4 changed files with 22 additions and 2 deletions

View File

@ -20,5 +20,6 @@
#define SYS_VFORK 8
#define SYS_BRK 9
#define SYS_SBRK 10
#define SYS_REBOOT 11 // 重启
#define SYS_AHCI_END_REQ 255 // AHCI DMA请求结束end_request的系统调用