An open API service indexing awesome lists of open source software.

https://github.com/in-jun/smple-os

"Hello, World"부터 시작해서 운영체제의 핵심을 이해하고 직접 구현해보는 프로젝트입니다.
https://github.com/in-jun/smple-os

hello-world operating-system os rust simple-os

Last synced: 11 months ago
JSON representation

"Hello, World"부터 시작해서 운영체제의 핵심을 이해하고 직접 구현해보는 프로젝트입니다.

Awesome Lists containing this project

README

          

# 간단한 운영 체제 (Simple OS)

이 프로젝트는 Rust를 사용하여 구축된 간단한 운영 체제입니다.

## 소개

이 프로젝트 실습은 Rust 프로그래밍 언어를 사용하여 최소한의 운영 체제 구현을 제공하는 것과 운영 체제 개발의 기본 원리를 이해하고 Rust의 저수준 기능을 탐색하는 것을 목표로 합니다.