optimisticside / vunix

A simple educational operating system for the RISCV architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vunix

Vunix is an educational operating system that supports the RISC-V architecture and traces its roots back to UNIX version 6 (with some inspiration taken from modern versions of BSD). It's all written in C.

Srouce Tree

  • sys Kernel source code
  • include System libraries
  • src Source code of programs

About

A simple educational operating system for the RISCV architecture

License:MIT License


Languages

Language:C 97.4%Language:Assembly 1.9%Language:Makefile 0.7%