Question d’entretien chez Google

What is an RTOS? How different is it from a conventional OS

Réponses aux questions d'entretien

Utilisateur anonyme

10 mars 2010

I mentioned about deterministic interrupt latency, context switch time and system calls.

Utilisateur anonyme

21 mars 2010

RTOS basically refers to "Kernel" with advance preemptive time scheduling. Conventional OS is Kernel+applications+shell+programs with kernel having regular time scheduling.