syntax fixes

This commit is contained in:
elfein 2021-11-11 06:23:10 -08:00
parent 796f9ae128
commit 7b5b4a2820
2 changed files with 113 additions and 113 deletions

View file

@ -32,8 +32,8 @@ syscall_enum! {
CONSOLE_OUT=3, // Console output CONSOLE_OUT=3, // Console output
CONSOLE_GET_TITLE=4, // Get the console title CONSOLE_GET_TITLE=4, // Get the console title
CONSOLE_SET_TITLE=5, // Set the console title CONSOLE_SET_TITLE=5, // Set the console title
GET_PID = 6; // Get the proccess ID GET_PID=6, // Get the proccess ID
PROCESS_INFO = 7; // Get information about the process PROCESS_INFO=7, // Get information about the process
//scheduler Related Syscals //scheduler Related Syscals
GET_PRIORITY=10, // Get scheduler priority GET_PRIORITY=10, // Get scheduler priority
SET_PRIORITY=11, // Set scheduler priority SET_PRIORITY=11, // Set scheduler priority