syntax fixes
This commit is contained in:
parent
796f9ae128
commit
7b5b4a2820
|
@ -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
|
||||||
|
|
Reference in a new issue