README: Minor note
[mit-so-course.git] / Documentation / refs.txt
bloba39d0843750ebf058e3893dcbc8702f89214f017
1 Important references
2 ====================
4 MIT course readings
5 -------------------
6         http://ocw.mit.edu/OcwWeb/Electrical-Engineering-and-Computer-Science/6-828Fall-2006/Readings/index.htm
8 Someone has a 2003 version on-line
9 ----------------------------------
10         http://stuff.mit.edu/afs/sipb/user/yoav/athena/foo/mylab/
12 bochs
13 -----
14         http://bochs.sourceforge.net/
16 Internal debugger
17          http://bochs.sourceforge.net/doc/docbook/user/internal-debugger.html
19 i386
20 ----
22 Old Intel Manual (it's interesting because it's short)
23         html: http://www.logix.cz/michal/doc/i386/
24         pdf:  http://www.cs.ucla.edu/~kohler/class/04f-aos/ref/i386.pdf
26 Up to date Intel Manuals
27         http://www.intel.com/products/processor/manuals/index.htm
29 x86 assembly
30 ------------
32 Paul A. Carter's book
33         http://www.drpaulcarter.com/pcasm/
35 AMD64
36 -----
37         http://www.amd.com/us-en/Processors/DevelopWithAMD/0,,30_2252_739_7044,00.html
39 GCC's inline assembly
40 ---------------------
42 info
43         info gcc -> C Extensions -> Extended Asm
45 Brennan's Guide
46         http://www.delorie.com/djgpp/doc/brennan/brennan_att_inline_djgpp.html