https://github.com/drewxs/x-os
Simple OS
https://github.com/drewxs/x-os
kernel os rust
Last synced: about 1 year ago
JSON representation
Simple OS
- Host: GitHub
- URL: https://github.com/drewxs/x-os
- Owner: drewxs
- Created: 2023-02-06T12:37:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-06T12:37:38.000Z (over 3 years ago)
- Last Synced: 2025-02-07T05:31:08.818Z (over 1 year ago)
- Topics: kernel, os, rust
- Language: Rust
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# X-OS
Minimal rust kernel.
## Prerequisites
```bash
cargo install bootimage
rustup component add llvm-tools-preview
```
## Development
```bash
# create bootable disk image
cargo bootimage
```