mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2025-01-16 01:18:31 +00:00
889d97383d
Fixed PCILookUpSingle code for this change EdCodeTools reindent needs to be updated
40 lines
No EOL
2.2 KiB
Text
Executable file
40 lines
No EOL
2.2 KiB
Text
Executable file
$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 ZenithTask",A="MN:KMain"$$CM-RE,LE=2$$LK+B-UL,"ServerCmdLine",A="MN:ServerCmdLine"$$CM-RE,LE=3$$LK+B-UL,"AP DaemonTask",A="MN:CoreAPDaemonTask"$$CM-RE,LE=7$$LK+B-UL,"UserCmdLine",A="MN:UserCmdLine"$
|
||
|
||
|
||
|
||
|
||
|
||
|
||
$CM-RE,LE=9$$LK+B-UL,"ServerTaskCont",A="MN:ServerTaskCont"$$CM-RE,LE=26$$LK+B-UL,"UserTaskCont",A="MN:UserTaskCont"$
|
||
|
||
|
||
|
||
$CM-RE,LE=8$$LK+B-UL,"JobsHandler",A="MN:JobsHandler"$
|
||
|
||
|
||
|
||
$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 messages. $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_MESSAGE 1 //$LK,"TaskMessage",A="MN:TaskMessage"$() Post message
|
||
#define JOBT_EXE_STR 2 //$LK,"TaskExe",A="MN:TaskExe"$() Compile & execute src code text
|
||
#define JOBT_CALL 3 //$LK,"JobQueue",A="MN:JobQueue"$() 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(\"JobsHandler\",\"::/*\");View;"$ include a call to $LK,"JobsHandler",A="MN:JobsHandler"$() that gives them powerful ability to execute servant cmds.
|
||
|