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

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

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
```