Git Product home page Git Product logo

tisuos's Introduction

太素 TisuOS

太素OS是一个用 Rust 编写的基于 RISCV 架构的操作系统,主要用于教学目的,为初学者提供参考。

gitee 地址:https://gitee.com/belowthetree/tisu-os (包含硬盘镜像,最新推送)

github 地址:https://github.com/belowthetree/TisuOS (纯源码版本,删除了镜像、target 文件夹)

编译

环境:

  • wsl
  • rust-nightly

tisuos 下 运行 make build

根据热心群友 wjl 提醒,今后版本不使用 gcc 编译

运行:

平台:QEMU

  • qemu-system-riscv64

指令:make run

内容

TisuOS

/tisuos

太素 OS 的最新实现

文档

/document

包括硬件、系统设计结构、开发计划等文档

OS-tutorial

/os-tutorial

教程中使用的系统,有一些 BUG,但是不影响大部分情况的运行

教程

/教程

分章节进行讲解,提供每个章节的源码

内核功能模块

功能 内容 状况
设备管理 UART、块设备、GPU、键盘、鼠标 已完成,但网络等其它设备待添加
中断处理 时钟中断、系统调用、错误处理、软件中断 完成基本功能
内存管理 页表管理(最先适配方式)、堆内存管理(类SLAB算法) 已完成
任务系统 进程、线程、调度器 完成基本功能,其它调度方法待添加
文件系统 支持 FAT32 、TianMu 格式 完成基本功能
图形桌面 拥有类似 dock、窗口的功能 拥有基本浏览交互功能

License

GPL-v3

tisuos's People

Contributors

belowthetree avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.