27 lines
1 KiB
Markdown
27 lines
1 KiB
Markdown
# Corten
|
|
|
|
Corten is a RISC-V virtual machine written in Rust as a hobby and based on Fletcher Haynes's [So you want to build a language VM](https://blog.subnetzero.io/post/building-language-vm-part-01/) tutorial.
|
|
|
|
## Build Status
|
|
|
|
| Service | Status |
|
|
| --------- | ----------------------------------------------------------------------------------------------------------------- |
|
|
| Github |  |
|
|
| Travis CI | [](https://travis-ci.org/tonytins/corten) |
|
|
|
|
## Specifications
|
|
|
|
See [specifications](docs/spec.md) page.
|
|
|
|
## Requirements
|
|
|
|
### Prerequisites
|
|
|
|
- Rust 2021 Edition
|
|
- Recommended IDEs
|
|
- Visual Studio Code
|
|
- Jetbrains IntelliJ or CLion
|
|
|
|
## License
|
|
|
|
This project is licensed under the BSD-3-Clause license - see [LICENSE](LICENSE) for details.
|