Question d’entretien chez Bose

how many stacks in OS

Réponse à la question d'entretien

Utilisateur anonyme

31 août 2017

There is a User mode stack and Kernel mode stack for each process in the OS. It context switches between user and supervisor modes as per sys calls and can switch back and forth.

2