lkl / linux

Linux kernel source tree

Home Page:https://lkl.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Start kernel in single threaded mode

r00tus3r opened this issue · comments

Hi, I'm trying to find a way to start the kernel in single thread mode, but haven't been successful. Is it possible to do that?

I found the singlecpu option in here: https://github.com/lkl/linux/blob/master/Documentation/lkl.txt#L226

But I guess that is just single cpu pinning and not single threaded mode?

Also, I asked this question in lkl slack but didn't get a response.