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
- Host: GitHub
- URL: https://github.com/auracletech/teemo
- Owner: AuracleTech
- Created: 2023-06-08T00:54:27.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-10T15:31:18.000Z (over 2 years ago)
- Last Synced: 2024-12-29T00:53:58.742Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```