Writing an OS Kernel from Scratch | Process and Scheduling — From fork to schedule, How a Process is Born
Writing an OS Kernel from Scratch | Process and Scheduling — From fork to schedule, How a Process is Born You press ./a.out and hit Enter — a process starts running. How is this process “created” by the operating system? What does fork do? What does exec do? How does the scheduler decide which process... » read more