# General Operating Systems

- [OS Structure](https://docs.mauricegreen.me/operating-systems/general-operating-systems/os-structure.md): Understanding the difference between monolithic and layered operating systems structures.
- [Main Memory](https://docs.mauricegreen.me/operating-systems/general-operating-systems/main-memory.md)
- [Basic Hardware](https://docs.mauricegreen.me/operating-systems/general-operating-systems/main-memory/basic-hardware.md)
- [Address Binding](https://docs.mauricegreen.me/operating-systems/general-operating-systems/main-memory/address-binding.md)
- [Memory Address Register](https://docs.mauricegreen.me/operating-systems/general-operating-systems/main-memory/memory-address-register.md)
- [Booting](https://docs.mauricegreen.me/operating-systems/general-operating-systems/booting.md)
- [MBR (Master Boot Record)](https://docs.mauricegreen.me/operating-systems/general-operating-systems/booting/mbr-master-boot-record.md)
- [Global Descriptor Table](https://docs.mauricegreen.me/operating-systems/general-operating-systems/booting/global-descriptor-table.md)
- [Direct Memory Access (DMA)](https://docs.mauricegreen.me/operating-systems/general-operating-systems/direct-memory-access-dma.md)
- [DMA](https://docs.mauricegreen.me/operating-systems/general-operating-systems/direct-memory-access-dma/dma.md)
- [Processes](https://docs.mauricegreen.me/operating-systems/general-operating-systems/processes.md): Learn about OS processes
- [Basics](https://docs.mauricegreen.me/operating-systems/general-operating-systems/processes/basics.md)
- [Process Scheduling](https://docs.mauricegreen.me/operating-systems/general-operating-systems/processes/process-scheduling.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.mauricegreen.me/operating-systems/general-operating-systems.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
