Git Product home page Git Product logo

linux-011's Introduction

Linux011

Linux 0.11 版本源码

可参考 http://oldlinux.org/index_cn.html 源码在 http://oldlinux.org/Linux.old/

主页在 http://jinghang.github.io/Linux011/

http://wiki.osdev.org/Main_Page

源码说明

  • src/V0.11/ 目录放的是当年Linus写的源码,
  • src/V0.11_gcc4/ 目录放的是可以在gcc4编译通过的内核源码,
  • src/V0.11_rh9/ 目录放的是在RetHat9系统下编译通过的内核源码。

编译记录

编译 bochs

  • 安装所需类库 sudo apt-get install xorg-dev

  • 配置 ./configure --enable-debugger -- enable-disasm

    --enable-debugger 加入调式功能, --enable-disasm 反汇编, --enable-gdb-stub GDB通信

    --enable-debugger--enable-gdb-stub 只能放一个 http://blog.chinaunix.net/uid-26258259-id-3792406.html

  • 编译 make

  • 安装 sudo make install

  • 卸载 sudo make uninstall

gui调式

https://code.google.com/archive/p/peter-bochs/

https://github.com/mcheung63/GKD

寄存器说明

http://www.cnblogs.com/zhaoyl/archive/2012/05/15/2501972.html
http://blog.csdn.net/knxw0001/article/details/7249248

linux-011's People

Contributors

jinghang avatar

Forkers

newcuit

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.