Dav-Sc / RisQuus-V

A RiscV OS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RisQuus-V

A RiscV OS

Goals of this OS:

  • Manage Directory
  • Execute/compile C/C++ (and possibly Rust) replacing this with a more reasonable linux like cat command to print out text
  • Have a text editor
  • Allow SSH/ports (Too advanced for me atm, will attempt when I have a better understanding of OSs)

RisQuus V:

A RiscV OS for learning purposes, maybe a bit too ambitous for my skills, but I will learn.

Accomplished (and compeltion goal):

  • Hello World
  • Echo (End Feb)
    • Allow tpying of text (End Feb)
    • any text inputted is printed out (Mid Feb)
  • Directories (End May)
    • Directory creation (Mid March)
    • Directory movement(End March)
    • Directory deletion (Mid April)
  • Text Editor (TBD)
    • "write" command to text file
    • "read" command reads specified file
    • opening and seeing inside the text file
    • moving cursor in text file

Based off:

https://wiki.osdev.org/RISC-V_Bare_Bones

About

A RiscV OS

License:GNU General Public License v3.0


Languages

Language:Assembly 56.0%Language:C 44.0%