Coder Social home page Coder Social logo

minios's Introduction

MiniOS

=============================== Simple x86-based OS.

开发阶段

  1. [0.2.0] 从零开始,保留核心文件,慢慢添加功能,实现Hello world
  2. [0.2.1] 添加GDT和IDT
  3. [0.2.2] 添加ISR和IRQ
  4. [0.2.3] 添加PMM
  5. [0.2.4] 添加VMM
  6. [0.2.5] 添加多进程机制,完善注释
  7. [0.2.6] 实现进程间通信IPC

运行截图

进程间通信

ipc

构建工具

平台:Ubuntu 16.04.2 x86

  • make
  • nasm
  • gcc
  • binutils
  • cgdb
  • qemu
sudo apt install make nasm gcc binutils cgdb qemu
sudo ln -s /usr/bin/qemu-system-i386 /usr/bin/qemu

编译并运行

make init   # only for first time
make fs     # build root file system and user routines, root privilege required
make        # build kernel
make run    # run with qemu

References

  • OS67
  • osdev
  • Orange'S:一个操作系统的实现 - 于渊

minios's People

Contributors

bajdcc avatar

Watchers

James Cloos avatar yoyoyeah avatar  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.