Code Monkey home page Code Monkey logo

write_os_from_zero's Introduction

简介

要深入理解高楼大厦的结构先从自己建造茅草屋开始。所以我的目标是从零开始实现一个操作系统,以深入理解操作系统的原理。这个操作系统有如下特点:

  1. 运行在真实的硬件k210开发板上
  2. 基于Ucore+,并参考RT_ThreadLinux
  3. 在刚开始的时候就开启多核
  4. 尽力的把文档写地详细一点,并在描述的时候严格控制抽象的层次

快速开始

前提条件
  1. 电脑上要安装Linux系统
  2. Linux系统上要安装gcc for riscv64工具链
  3. Linux系统上要安装python3、minicom、git
  4. 要有k210的开发板
运行

注:要把k210的开发板与电脑连接

git clone https://github.com/shzhxh/write_os_from_zero.git
cd write_os_from_zero
make k210

开发进度

write_os_from_zero's People

Contributors

shzhxh avatar

Stargazers

 avatar

Watchers

 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.