Question 7
Select all the incorrect statement(s) about CPU cores in the xv6 Operating System.
The main function is executed by all CPU cores, and all cores follow the same execution path.
The main function is executed by all CPU cores, but Core 0 follows a different execution path than the other cores.
All cores execute the main function simultaneously.
The other cores wait until Core 0 finishes setting up the main function before continuing their initialization.