I know that switching from user mode to kernel mode occurs continuously via system calls. My question is if systemd is the exact point during the starting of a linux system where the first foundamental transition from kernel mode to user mode occurs. If this is the point where the operating system says : “From now on ( starting from systemd and all its direct or indirect children ) every process except me that wants to run in kernel mode must do so via system calls”.
1