Difference between revisions of "X86"
From gem5
| Line 5: | Line 5: | ||
==External X86 documentation== | ==External X86 documentation== | ||
| + | * [http://developer.amd.com/documentation/guides/Pages/default.aspx AMD documentation] | ||
| + | * [http://www.intel.com/products/processor/manuals/ Intel documentation] | ||
| + | * [http://www.sandpile.org/ Sandpile.org] -- Handy collection of documentation about x86 | ||
* [http://www.uruk.org/orig-grub/mem64mb.html INT 15h,AX=E820] -- Information about the INT 15h,AX=E820 BIOS service routine | * [http://www.uruk.org/orig-grub/mem64mb.html INT 15h,AX=E820] -- Information about the INT 15h,AX=E820 BIOS service routine | ||
Revision as of 19:54, 12 April 2009
Addressing memory
External X86 documentation
- AMD documentation
- Intel documentation
- Sandpile.org -- Handy collection of documentation about x86
- INT 15h,AX=E820 -- Information about the INT 15h,AX=E820 BIOS service routine