From d62341f615974257eac4125ab68be519efcf0a6e Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 4 Mar 2025 05:20:58 +0100 Subject: CHORE&FEAT: Kernel/SCI: Lots of Chore and feat, see below. - Add traits for CmdListEntry in GPU's SCI. (GPU.h) - Set standard user directory as /user/ instead of /usr/. (User.cc/User.h) - Replace fSourcePid with fPID. (HardwareThreadScheduler.cc/HardwareThreadScheduler.h) --- dev/LibSCI/SCI.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/LibSCI/SCI.h') diff --git a/dev/LibSCI/SCI.h b/dev/LibSCI/SCI.h index a7d449d4..97af9ffc 100644 --- a/dev/LibSCI/SCI.h +++ b/dev/LibSCI/SCI.h @@ -347,6 +347,6 @@ IMPORT_C SInt32 MsgShow(VoidPtr handle); IMPORT_C SInt32 MsgSend(VoidPtr handle, const Char* fmt, ...); IMPORT_C SInt32 MsgAlloc(VoidPtr handle); -IMPORT_C VoidPtr kAlertMsg, kInfoMsg, kErrorMsg; +IMPORT_C VoidPtr kWarnMsg, kInfoMsg, kErrorMsg; #endif // ifndef SCI_SCI_H -- cgit v1.2.3