Code Monkey home page Code Monkey logo

minios's Introduction

miniOs

develop a mini x86 system

说一下我的运行环境: linux 系统(非虚拟机)+ bochs模拟器,bochs模拟器安装教程如下 https://blog.csdn.net/kuang_tian_you/article/details/81412364

安装成功后:

1、 git clone 本项目

2、 在目录下执行 bochs 

启动bochs 3、选择默认值6,直接按下enter 启动bochs 4、输入c,直接按下enter; 运行效果如下 启动bochs

U盘启动盘的制作
注意:执行下面的命令会格式化U盘,请确认U盘中信息已备份

U盘制作

1、在miniOs目录下执行
sudo dd if=boot/boot.bin of=/dev/sdb bs=512 count=1 conv=notrunc

2、将U盘拔出再重新插入执行下面的命令(自行替换username)
sudo cp boot/loader.bin /media/username/miniOs86.01/
sudo cp kernel/bin/kernel.bin /media/username/miniOs86.01/

3、修改bios启动顺序,将u盘启动设置优先级最高
执行结果如下:

U盘制作

minios's People

Contributors

2011211242 avatar

Stargazers

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