Skip to content

Commit a3a63a7

Browse files
committed
Update README
1 parent c6d81f3 commit a3a63a7

File tree

4 files changed

+15
-21
lines changed

4 files changed

+15
-21
lines changed

LICENCE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# License
2+
3+
- `*.md` in `website` directory: [CC BY 4.0 license](https://creativecommons.jp/faq).
4+
- Everything else: [MIT license](https://opensource.org/licenses/MIT).

README.md

Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,12 @@
11
# Writing an Operating System in 1,000 Lines
22

3-
- **[English version](https://operating-system-in-1000-lines.vercel.app/en)**
4-
- **[日本語版](https://operating-system-in-1000-lines.vercel.app/ja/)**
5-
- **[简体中文版](https://operating-system-in-1000-lines.vercel.app/zh/)** (Translated by [@YianAndCode](https://github.com/YianAndCode))
6-
- **[한국어판](https://operating-system-in-1000-lines.vercel.app/ko/)** (Translated by [@JoHwanhee](https://github.com/JoHwanhee))
3+
| **Language** | **Translator** |
4+
| --------- | -------------- |
5+
| **[English](https://operating-system-in-1000-lines.vercel.app/en)** | [@nuta](https://github.com/nuta) |
6+
| **[日本語](https://operating-system-in-1000-lines.vercel.app/ja/)** | [@nuta](https://github.com/nuta) |
7+
| **[简体中文](https://operating-system-in-1000-lines.vercel.app/zh/)** | [@YianAndCode](https://github.com/YianAndCode) |
8+
| **[한국어](https://operating-system-in-1000-lines.vercel.app/ko/)** | [@JoHwanhee](https://github.com/JoHwanhee) |
79

8-
This repository contains the source code and implementation examples for [Writing an OS in 1,000 Lines](https://operating-system-in-1000-lines.vercel.app/).
10+
![Operating System in 1,000 Lines](./screenshot.png)
911

10-
## License
11-
12-
The text is written in Markdown can be used under the [CC BY 4.0 license](https://creativecommons.jp/faq). Everything else (implementation examples and source code in the text) is under the [MIT license](https://opensource.org/licenses/MIT).
13-
14-
----
15-
16-
# OSを1000行で自作してみよう
17-
18-
このリポジトリは、[Writing an OS in 1,000 Lines](https://operating-system-in-1000-lines.vercel.app/) のソースコードと、その実装例です。
19-
20-
## ライセンス
21-
22-
Markdownで書かれている本文は [CC BY 4.0ライセンス](https://creativecommons.jp/faq) の下で利用できます。それ以外 (実装例や本文中のソースコード) は [MITライセンス](https://opensource.org/licenses/MIT) です。
12+
This repository contains the source code for the website [Operating System in 1,000 Lines](https://operating-system-in-1000-lines.vercel.app/), and a reference implementation.

screenshot.png

446 KB
Loading

website/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ hero:
66
name: "Operating System in 1,000 Lines"
77

88
features:
9-
- title: English version
9+
- title: English
1010
link: /en
11-
- title: 日本語版
11+
- title: 日本語
1212
link: /ja
13-
- title: 简体中文版
13+
- title: 简体中文
1414
link: /zh
1515
- title: 한국어
1616
link: /ko

0 commit comments

Comments
 (0)