# Operating Systems  (WIP)

This will be a high level introduction to Operating Systems concepts. If you would like more detailed information then look into:

* [Modern Operating Systems](https://csc-knu.github.io/sys-prog/books/Andrew%20S.%20Tanenbaum%20-%20Modern%20Operating%20Systems.pdf)
* [Neso Academy](https://youtube.com/playlist?list=PLBlnK6fEyqRiVhbXDGLXDk_OQAeuVcp2O)
* [Operating Systems - Bedtime Story](https://drive.google.com/file/d/1eEame5iVTox5g5O6HQVePhJBTiMpP5gY/view?usp=share_link)

**A basic understanding of Computer Architecture is needed to undestand some concepts.**\
You can find some resources to learn these here:

* [Computer Architecture - A Quantitative Approach](https://ict.iitk.ac.in/wp-content/uploads/CS422-Computer-Architecture-patterson-5th-edition.pdf)
* [Fundamentals of Computer Organisation & Architecture](https://engineering.futureuniversity.com/BOOKS%20FOR%20IT/%5BMostafa_Abd-El-Barr__Hesham_El-Rewini%5D_Fundamenta\(BookZZ.org\).pdf)
* [Neso Academy - Computer Organisation & Architecture](https://www.youtube.com/playlist?list=PLBlnK6fEyqRgLLlzdgiTUKULKJPYc0A4q)


---

# 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://blog.securescape.cc/fundamentals/operating-systems-wip.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.
