Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jlkiri/pathos
- Owner: jlkiri
- Created: 2024-02-10T15:05:46.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-26T14:59:45.000Z (8 months ago)
- Last Synced: 2024-03-26T17:24:49.330Z (8 months ago)
- Topics: os, riscv, rust
- Language: Rust
- Homepage:
- Size: 704 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.gzInstall `qemu-system` and `qemu-system-riscv64`.
zzz