The document discusses several key structures and components of operating systems, including:
1) System calls that provide interfaces to OS services like process control and file management.
2) The system call mechanism which generates interrupts to transfer control to the OS kernel.
3) System programs that perform tasks like file management and system status monitoring.
4) Operating system design approaches like layered structures, microkernels that separate kernel and services, and modular designs using loadable modules.