mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-28 15:34:31 +00:00
refactor(kernel/syscalls): add fixme comments for Ctrl+Alt+Del reboot commands
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
parent
ad0c1e15e0
commit
5ffb0e704d
@ -2689,7 +2689,15 @@ static int linux_reboot(SysFrm *, int magic, int magic2, int cmd, void *arg)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case linux_LINUX_REBOOT_CMD_CAD_ON:
|
case linux_LINUX_REBOOT_CMD_CAD_ON:
|
||||||
|
{
|
||||||
|
fixme("Enable reboot on Ctrl+Alt+Del");
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
case linux_LINUX_REBOOT_CMD_CAD_OFF:
|
case linux_LINUX_REBOOT_CMD_CAD_OFF:
|
||||||
|
{
|
||||||
|
fixme("Disable reboot on Ctrl+Alt+Del");
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
case linux_LINUX_REBOOT_CMD_SW_SUSPEND:
|
case linux_LINUX_REBOOT_CMD_SW_SUSPEND:
|
||||||
case linux_LINUX_REBOOT_CMD_KEXEC:
|
case linux_LINUX_REBOOT_CMD_KEXEC:
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user