The very first process created by the Kernal in UNIX is
init
sched is the first process that started after booting which pid is 0 and give birth the child process named init which pid is 1.
During booting first daemon(page daemon) process(vhand,bdflush and sched)housed in the kernel file and then "swapper" is loaded which help to create init process which is called mother of all processes.