mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-29 00:36:32 +00:00
40 lines
2.1 KiB
Text
40 lines
2.1 KiB
Text
|
$WW,0$$SP,"",BI=1$
|
|||
|
$CM-RE,LE=15$$LK+B-UL,"PopUpPrint",A="MN:PopUpPrint"$$CM-RE,LE=25$$LK+B-UL,"User",A="MN:User"$$CM-RE,LE=10$$LK+B-UL,"ExePrint",A="MN:ExePrint"$
|
|||
|
|
|||
|
|
|||
|
|
|||
|
$CM-RE,LE=18$$LK+B-UL,"PopUp",A="MN:PopUp"$$CM-RE,LE=42$$LK+B-UL,"ExePutS",A="MN:ExePutS"$
|
|||
|
|
|||
|
|
|||
|
|
|||
|
$LK+B-UL,"Core0 AdamTask",A="MN:KMain"$$CM-RE,LE=2$$LK+B-UL,"SrvCmdLine",A="MN:SrvCmdLine"$$CM-RE,LE=3$$LK+B-UL,"AP SethTask",A="MN:CoreAPSethTask"$$CM-RE,LE=7$$LK+B-UL,"UserCmdLine",A="MN:UserCmdLine"$
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
$CM-RE,LE=9$$LK+B-UL,"SrvTaskCont",A="MN:SrvTaskCont"$$CM-RE,LE=26$$LK+B-UL,"UserTaskCont",A="MN:UserTaskCont"$
|
|||
|
|
|||
|
|
|||
|
|
|||
|
$CM-RE,LE=8$$LK+B-UL,"JobsHndlr",A="MN:JobsHndlr"$
|
|||
|
|
|||
|
|
|||
|
|
|||
|
$CM-RE,LE=9$$LK+B-UL,"JobRunOne",A="MN:JobRunOne"$$CM-RE,LE=11$$LK+B-UL,"JobRunOne",A="MN:JobRunOne"$$CM-RE,LE=9$$LK+B-UL,"ExeCmdLine",A="MN:ExeCmdLine"$$CM-RE,LE=6$$LK+B-UL,"ExeCmdLine",A="MN:ExeCmdLine"$
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
$WW,1$$LK,"CJob",A="MN:CJob"$ nodes are one of $LK,"five types",A="MN:JOBT_TEXT_INPUT"$. User applications deal with text or msgs. $LK,"JobRunOne",A="MN:JobRunOne"$() will call a function, spawn a task or execute some text src code.
|
|||
|
$HL,1$$WW,0$
|
|||
|
#define JOBT_TEXT_INPUT 0 //$LK,"TaskText",A="MN:TaskText"$() Feed StdIn
|
|||
|
#define JOBT_MSG 1 //$LK,"TaskMsg",A="MN:TaskMsg"$() Post msg
|
|||
|
#define JOBT_EXE_STR 2 //$LK,"TaskExe",A="MN:TaskExe"$() Compile & execute src code text
|
|||
|
#define JOBT_CALL 3 //$LK,"JobQue",A="MN:JobQue"$() Tell MP to call function
|
|||
|
#define JOBT_SPAWN_TASK 4 //$LK,"Spawn",A="MN:Spawn"$() Tell MP to spawn task
|
|||
|
$HL,0$$WW,1$
|
|||
|
Several $MA-X+PU,"other routines",LM="Find(\"JobsHndlr\",\"::/*\");View;"$ include a call to $LK,"JobsHndlr",A="MN:JobsHndlr"$() that gives them powerful ability to execute servant cmds.
|
|||
|
|