riscv2os / toothpasteOS

為我家貓咪而寫的迷你作業系統

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

牙膏 OS

牙膏 OS 是一個以 mini-riscv-os 為基礎擴充的迷你作業系統。

Description

我已將先前的更動都整合到 mini-riscv-os 之中,目前最新版本的牙膏 OS 與 mini-riscv-os 有以下差異

  • 支援 exec, exit 等系統呼叫
  • 添加迷你 Shell,可以讓使用者體驗跟作業系統互動的感覺
  • 修改 user space app 的新增方式

系統相關實作可以參考 \docs,裡面目前記載了除最新更動以外的實作過程與方法。

Future work

  • Impl fork, kill syscalls
  • replace the tiny shell with unix-like shell

Reference

About

為我家貓咪而寫的迷你作業系統

License:Other


Languages

Language:C 84.5%Language:Assembly 12.7%Language:Makefile 2.8%