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

https://github.com/auracletech/teemo

Phil Oppermans OS in Rust
https://github.com/auracletech/teemo

Last synced: 7 months ago
JSON representation

Phil Oppermans OS in Rust

Awesome Lists containing this project

README

          

#### Write OS onto a USB drive

- `sdX` is the device name of your USB stick.
- Doesn’t work for UEFI machines since the bootloader crate has no UEFI support yet

> **WARNING :** This will overwrite the contents of the USB drive

```bash
dd if=target/x86_64-blog_os/debug/bootimage-blog_os.bin of=/dev/sdX && sync
```