> For the complete documentation index, see [llms.txt](https://xzhu0027.gitbook.io/blog/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xzhu0027.gitbook.io/blog/operating-system/index.md).

# Index

### Kernel

* [**Exokernel: An Operating System Architecture for Application-Level Resource Management**](https://people.eecs.berkeley.edu/~kubitron/courses/cs262a-F18/handouts/papers/engler95exokernel.pdf) - Engler SOSP '95
* [**FlexSC: Flexible System Call Scheduling with Exception-Less System Calls**](https://www.usenix.org/legacy/events/osdi10/tech/full_papers/Soares.pdf) - et al., OSDI '10
* [**From L3 to seL4 What Have We Learnt in 20 Years of L4 Microkernels?**](https://sigops.org/s/conferences/sosp/2013/papers/p133-elphinstone.pdf) - Elphinstone et al., SOSP '13

### Non-Volatile Memory

* [**Twizzler: a Data-Centric OS for Non-Volatile Memory**](https://www.usenix.org/conference/atc20/presentation/bittman) **-** Bittman et al., ATC '20

### Virtualization

* [**Xen and the Art of Virtualization**](https://www.cs.yale.edu/homes/yu-minlan/teach/csci599-fall12/papers/xen.pdf) - Barham et al., SOSP '03
  * Introduced Paravirtualization: trade-off small changes to the guest OS for big improvements in performance and VMM simplicity
* [**Container-based Operating System Virtualization: A Scalable, High-performance Alternative to Hypervisors**](http://www.cs.toronto.edu/~demke/2227/S.14/Papers/p275-soltesz.pdf) -  Soltesz et al., EuroSys '07


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://xzhu0027.gitbook.io/blog/operating-system/index.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
