<DC-IRC>
[Discord] <warstone> Is there some way to say kernel that "I need that core to work with constant speed and don't bother it"? Disable IRQ requests for that core, etc... Or maybe someone can add me to some kernel Discord servers?
<DC-IRC>
[Discord] <warstone> It's need to ensure that spinlock will be correct.
<DC-IRC>
[Discord] <warstone> They want boot parameters )) I want to do it without that things. It must be doable...
<DC-IRC>
[Discord] <narmstrong> What you want is real time, you can either try soft real time with Linux preempt RT with a real time process pinned to a core, or you can try hard real time by dedicating a core to an rtos like zephyr