All Projects → jinghang → Linux011

jinghang / Linux011

Licence: other
Linux 0.11 版本源码

Programming Languages

c
50402 projects - #5 most used programming language
assembly
5116 projects
Makefile
30231 projects
C++
36643 projects - #6 most used programming language
Roff
2310 projects
Logos
282 projects

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].