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

# まえがき

* [本書の GitHub リポジトリ](https://github.com/tenpoku1000/tenpoku-book)
* [OS 開発予定(基本機能)](https://gist.github.com/tenpoku1000/717524125c38cbdc2271817ae4aa57d2)
* [コンパイラ・IDE・OS・VMM・IME の開発のためのメモ](https://gist.github.com/tenpoku1000/eea7139aca37c5394ef6efb09130338b)

## 市川 真一：\[著]

* [@tenpoku1000](https://twitter.com/tenpoku1000)
* <tenpoku1000@outlook.com>

## まえがき

既存の、わかりやすく簡単にできるという資料には、やりたかったことが書いてないことが多いので、自分で書くしかないと思い、書き始めました。 Linux や macOS での作業を前提とした資料が標準的で、やや多様性に欠けるとも言える現状ですので、 Windows での作業を前提とした資料を、歴史的なもの(ロスト・テクノロジー)として残したいという意図があります。 趣味でやってるものですから、唯一絶対の真理を追及するものではなく、やってみたかったことの波長が合う方々の参考になれば幸いです。

## 謝辞

TODO

## ライセンス：[CC BY 4.0](https://creativecommons.org/licenses/by/4.0/deed.ja)

![CC BY 4.0](https://i.creativecommons.org/l/by/4.0/88x31.png)

この作品は[クリエイティブ・コモンズ 表示 4.0 国際 ライセンス](https://creativecommons.org/licenses/by/4.0/deed.ja)の下に提供されています。


---

# 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:

```
GET https://tenpoku1000.gitbook.io/tenpoku-book/master.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.
