Giter Club home page Giter Club logo

ailiceos's Introduction

AiliceOS

Simplified Chinese(简体中文)

注意⚠️

  • 项目仍在进行,由于事务繁忙,正在缓慢更新

进度报告

  • 下一步实现内存完整分配
  • FPU运算实现,下一步实现CPU多核支持
  • 目前正在实现Processer,同时事务繁忙,正在缓慢更新

未来:

  • 进程管理
  • 基础驱动
  • IPC通信
  • 模块化
  • ....

希望可以当做一个正常的Unix使用


关于系统

这是AiliceOS,基于Rust开发的操作系统 系统名称:AiliceOS


多平台

架构:[amd64]x64(mips,aarch64下一个版本将会支持)。


编译

平台:Windows10 MacOS Linux* Unix* 需要的工具:Rust QEMU


配置编译环境

  • 安装Rust
$  curl https://sh.rustup.rs -sSf | sh
  • 安装每夜版Rust和额外工具
$  make install-depends
  • 安装QEMU
# 如果为MacOS,则使用brew安装QMEU
$  /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
$  brew install qemu

# 如果为Ubuntu,则使用apt安装QMEU
$  sudo apt update && sudo apt install qemu-system # or sudo apt install qemu

# 如果为Windows,推荐使用Windows10的WSL(Linux子系统)
  • 运行:
$  make all

致谢:

感谢以下开源项目 rCore zCore juner_os

同时感谢以下文章或博客 os.phil-opp

ailiceos's People

Contributors

senseiod 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.