diff --git a/doc/emu_events.txt b/doc/emu_events.txt index aeaef17..57816b0 100644 --- a/doc/emu_events.txt +++ b/doc/emu_events.txt @@ -150,11 +150,11 @@ KCI Is back in the CPU due to a context switch 6Sf Is no longer hungry 6S[ Enters the scheduler server mode 6S] Ends the scheduler server mode -6Su Begins task submission into the scheduler -6SU Ends task submission into the scheduler +6Su Begins a ready task submission via addReadyTask() +6SU Ends a ready task submission via addReadyTask() -6U[ Starts to submit a task -6U] Ends the submission of a task +6U[ Starts to submit a task via submitTask() +6U] Ends the submission of a task via submitTask() 6Ha Attaches to nanos6 6HA Detaches from nanos6