# Roadmap to first stable release

## 1.0.0 release

* [ ] Paging rewrite
* [ ] Multitasking implementation
* [ ] SATA driver.

## 1.1.0 release

* [ ] Polish interrupt handlers.
* [ ] Add ELF or other executable binary support.
* [ ] Add permissions or other form of security.

## 1.2.0 release

* [ ] Add networking support.
* [ ] Create system API.

After this is done I intend to fully port JSLK to other architectures, including x64 and arm/arm64.


---

# 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://jslk.gitbook.io/docs/roadmap-to-first-stable-release.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.
