Given below difference between RTOS and GPOS
RTOS – Real time operating system
- it is dedicated to a single work
- flat memory model
- scalable
- low interrupt latency
- time sensitive
GPOS – General purpose operating system
- It is used in multi user environment
- protected memory model
- non scalable
- high interrupt latency
- time insensitive