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

https://github.com/sshaplygin/pocket-os


https://github.com/sshaplygin/pocket-os

education operation-system pet-project rust-lang

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Pocket os

It is pet project to educate how create OS in Rust.

## Commands

### Setup

```
rustup override set nightly-2025-02-01
```

### Build

```bash
cargo build --target thumbv7em-none-eabihf
```

### Run

```bash
qemu-system-x86_64 -drive format=raw,file=target/x86_64-blog_os/debug/bootimage-blog_os.bin
```

## Links

- [Blogs os](https://os.phil-opp.com/)