Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jlkiri/pathos

A simple OS that runs on the RISC-V architecture.
https://github.com/jlkiri/pathos

os riscv rust

Last synced: 29 days ago
JSON representation

A simple OS that runs on the RISC-V architecture.

Awesome Lists containing this project

README

        

## PathOS kernel code

This is the kernel code for the PathOS operating system. It is a simple kernel that runs on the RISC-V architecture.

## Development

Install riscv64 toolchain to ~/.local/bin
https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/13.2.0/x86_64-gcc-13.2.0-nolibc-riscv64-linux.tar.gz

Install `qemu-system` and `qemu-system-riscv64`.

zzz