# Rust로 OS만들기

> Clean Markdown view of GeekNews topic #1801. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=1801](https://news.hada.io/topic?id=1801)
- GeekNews Markdown: [https://news.hada.io/topic/1801.md](https://news.hada.io/topic/1801.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-03-31T09:04:09+09:00
- Updated: 2020-03-31T09:04:09+09:00
- Original source: [os.phil-opp.com](https://os.phil-opp.com/)
- Points: 12
- Comments: 1

## Topic Body

- Rust 언어로 작은 OS를 만들어 보는 것을 설명한 시리즈 글

- 미니멀 커널/VGA Text 모드/인터럽트 처리/메모리 페이징 등을 단계별로 설명하며 구현

- Rust의 Async/Await 기능을 이용하여 협동(Cooperative) 멀티태스킹 만들기

- 블로그 내용과 코드는 깃헙에 공개, 의견을 들어가며 수정중

## Comments



### Comment 1485

- Author: xguru
- Created: 2020-03-31T09:04:21+09:00
- Points: 1

2년전에 첫글을 시작으로 계속 업데이트 되고 있는 블로그

Rust 에 새로 추가된 Async/Await 를 이용해서 멀티태스킹을 개발하는게 3/27에 새로 올라왔습니다.

ㅤ→ Rust 1.39.0 에 async-await 추가 https://news.hada.io/topic?id=869

OS개발을 떠나서 Rust 언어 자체의 튜토리얼로서도 괜찮은 글
