mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-20 00:15:17 +00:00
Page:
Operating system development
Pages
Anticipated breaking changes during 1.0 alpha
Community User Groups, Meetups, and Events
Community libraries
Doc continuous integration
Doc how to install an unofficial nightly for Windows
Doc Emacs Support
Doc FAQ Cheatsheet
Doc building for android
Doc building for ios
Doc detailed release notes
Doc examples
Doc friends of the tree
Doc language faq
Doc lowlevel details
Doc packages, editors, and other tools
Doc releases
Doc under construction FAQ
Doc vim support
Docs project structure
Docs
Games written in Rust
Home
Howto submit a rust bug report
IRC notifications channel
Lib datetime
Lib fmt
Lib html
Lib io
Lib rand
Lib re
Library editing
Libs
Meeting API review 2014 06 23
Meeting RFC triage 2014 06 19
Mixed language link time optimization
Note Building Rust Before 0.8 on Windows Systems
Note 0.5 priorities
Note Intrinsics
Note Rust performance fixes
Note bors usage
Note buildbots
Note code review
Note compiler snapshots
Note core team
Note development policy
Note getting started developing Rust
Note git workflow
Note guide for new contributors
Note operator overloading
Note priority issue criteria
Note research
Note rustc hacking guide back end
Note rustc hacking guide front end
Note rustc hacking guide middle end
Note rustc hacking guide
Note seeing LLVM output from rust
Note style guide
Note tag label names and definitions
Note testsuite
Note wiki conventions
Notes
OS Bridge 2013 tutorial
Operating system development
Projects using Rust
Rustpkg schedule
Sigil reference
Teaching Rust
The Rusticon
Using Rust on Windows
lib template
No results
29
Operating system development
John Hodge edited this page 2015-01-28 13:34:06 +08:00
Table of Contents
This page aims at referencing here resources and documentation about operating system development with Rust.
Community
Projects
Here is a short list of some OS projects in Rust. Feel free to add your own:
- ryanra/RustOS
- LeoTestard/Quasar
- pcmattman/rustic
- pczarn/rustboot
- wbthomason/ironkernel, a fork of rustboot.
- thiagopnts/rustico, yet another tiny 32 bits kernel
- Arcterus/kRnel
- cmr/cmoss, a rather inactive OS project
- mahrz/rv6, a port of xv6 an educational unix clone by MIT (doesn't do much yet, currently inactive)
- eholk/Boot2Rust - A UEFI application written in Rust.
- [uutils/coreutils] (https://github.com/uutils/coreutils) - coreutils written in Rust.
- [vertexclique/trafo] (https://github.com/vertexclique/trafo) - util-linux written in Rust.
- [hackndev/zinc] (https://github.com/hackndev/zinc) - bare metal stack for ARM, currently targeting LPC1768 K20, Tiva, and STM32F4.
- mvdnes/element76 - A small i686 kernel
- thepowersgang/rust_os - A very minimal (and incomplete) x86_64 kernel
- thepowersgang/rust-barebones-kernel - An x86_64/x86 barebones kernel, ready for extending (Public Domain)
- [ckkashyap/rustix] (https://github.com/ckkashyap/rustix/wiki) - Port of xv6 (64bit) to Rust
- nopaniers/Ming - Displays a splash screen on Android emulator, more to come.
Resources and docs
Contents to come..
All Categories:
- Docs -- For users
- Notes -- For developers
- Libs -- For library authors
- Meeting minutes