Difference between revisions of "X86"
From gem5
(New page: ==External X86 documentation== * [http://www.uruk.org/orig-grub/mem64mb.html INT 15h,AX=E820] -- Information about the INT 15h,AX=E820 BIOS service routine) |
|||
(4 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | [[X86 Todo List]] | ||
+ | |||
+ | ==Addressing memory== | ||
+ | * [[X86 segmentation | Segmentation]] | ||
+ | * [[X86 address space Layout | Address space layout]] | ||
+ | * [[X86 Instruction decoding | Instruction decoding]] | ||
+ | |||
==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 |
Latest revision as of 12:48, 3 May 2010
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