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
- Host: GitHub
- URL: https://github.com/sshaplygin/pocket-os
- Owner: sshaplygin
- Created: 2023-10-01T18:11:19.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-03T22:58:45.000Z (10 months ago)
- Last Synced: 2025-03-03T23:29:47.155Z (10 months ago)
- Topics: education, operation-system, pet-project, rust-lang
- Language: Rust
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)