[RabbitOS] 开发rabbitos有用的参考文档

crackcell 2009-02-15
1、《Intel® 64 and IA-32 Architectures Software Developer's Manuals》
主要用来查看系统架构信息和指令
http://www.intel.com/products/processor/manuals/

2、《Using as》
因为rabbitos用gnu的工具开发,这个是将gas使用的,有很多有用的信息,比如指令的前缀后缀,寄存器命名等。网上有pdf版本,这个是html。如果自己找,注意找较新的。
http://sourceware.org/binutils/docs/as/index.html

3、《Using ld》
这个是讲链接器ld的使用的,里面的链接脚本章节很重要。
http://sourceware.org/binutils/docs/ld/index.html

4、BIOS中断文档
http://heim.ifi.uio.no/~stanisls/helppc/idx_interrupt.html
NeuronR 2009-02-15
pass...
lin_llx 2009-02-15
get it
NeuronR 2009-02-16

Unix下可谓命令众多,还有个诡异的dd用来填充文件……
crackcell 2009-02-17
NeuronR 写道

Unix下可谓命令众多,还有个诡异的dd用来填充文件……

恩,是的。你看svn代码里的Makefile,就是用dd来生成磁盘镜像文件的。
lin_llx 2009-02-17
这些文档太tmd有用了。
Global site tag (gtag.js) - Google Analytics