Overview and Process
OS Overview – Memorize different types of OS, architecture of OS, user interface, and system calls.
Process – Understand what a process is, the difference between a process and a thread, and real-life examples of multithreaded processes.
CS Knowledge Hub has good videos on fork-related questions. If you have time, go through them.
Properly prepare the theory, and you’ll score well here. The only somewhat complex question asked is usually related to
fork(). That too can be mastered by understanding it from Gate Smashers and then solving questions from the channel mentioned above.Also, revise: User mode vs Kernel mode, Basic Linux commands.