The document discusses different operating system structures including monolithic, layered, and microkernel structures. A monolithic structure has all operating system functions in the kernel. Layered structures divide the OS into separate layers with each layer building on the ones below. Microkernel structures move nonessential components out of the kernel into user space and use message passing for communication.