CETech1 0.1.0-a1 Help

Kernel

Kernel is main part and entry point for CETech1. Public api is defined src/core/kernel.zig Kernel purpose is load and init all modules and run main loop that is make by separate Phases.

Kernel task

Update phases

Kernel main loop call this phases for every tick. Phases is executed in this serial order one by one.

.ct_temp/kernel_task_graph.d2

This file contain kernel task graph.

ex. fixtures/test_asset/.ct_temp/kernel_task_graph.d2:

OnLoadPostLoadPreUpdateOnUpdateOnValidatePostUpdatePreStoreOnStoreBarUpdateFooUpdateFooUpdate2FooUpdate4FooUpdate3FooUpdate8FooUpdate7FooUpdate6FooUpdate5
Last modified: 07 April 2025