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

# Presentations

Jaradat, W., Dearle A. and Lewis, J. Unikernel Support for Lambda Functions. In the [Fifth Annual UK System Research Challenges Workshop](https://uksystems.org/), United Kingdom, 2020. **Accepted Talk**&#x20;

Ahmad, K., Dearle A., Lewis, J. and Jaradat, W. Debugging Unikernel Operating Systems ([Slides](https://tinyurl.com/yxq9w6tz)). In the [Fifth Annual UK System Research Challenges Workshop](https://uksystems.org/), United Kingdom, 2020. **Accepted Talk**

Jaradat, W. [On Engineering Unikernels](https://blogs.cs.st-andrews.ac.uk/csblog/2018/03/13/srg-seminar-on-engineering-unikernels-by-ward-jaradat/), Systems Seminars Series, University of St Andrews, United Kingdom, 2018. **Talk**

Jaradat, W., Dearle, A. and Lewis, J. [Unikernel support for the deployment of light-weight, self-contained, and latency avoiding services](https://research-repository.st-andrews.ac.uk/bitstream/handle/10023/13099/Jaradat_2018_Unikernel_support_3rdSRCW.pdf?sequence=1\&isAllowed=y). In the [Third Annual UK System Research Challenges Workshop](http://uksystems.org/workshop/2018/), United Kingdom, 2018. **Talk**

Jaradat, W. Towards Unikernel Support for Distributed Microservices. [Adobe Tech Summit](https://research.adobe.com/news/tech-summit-adobe-explores-whats-next/), San Francisco, United States of America, 2019. **Talk**

Jaradat, W., Dearle, A. and Lewis, J. The Case for Unikernels. In the [Fourth Annual UK System Research Challenges Workshop](http://uksystems.org/workshop/2019/), United Kingdom, 2019. **Lightning Talk**


---

# 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://stardustos.gitbook.io/stardust/presentations.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.
