Commit b4757d31 authored by Shetty Yttehs's avatar Shetty Yttehs :yum:
Browse files

Create README.md

parent f8c6a4f8
No related merge requests found
Showing with 40 additions and 0 deletions
+40 -0
README.md 0 → 100644
# RISC-V64-MikuOS
RISC-V64 OS written in Rust
## Setup
```bash
make setup
```
## Usage
### Build
```bash
make build
```
### Run
```bash
make run
# or simply 'make'
```
### Debug
```bash
make debug
```
At the same dir:
```bash
make connect
```
## License
MIT
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment