Subversion Repositories HelenOS-doc

Rev

Rev 157 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 157 Rev 169
Line 117... Line 117...
117
 
117
 
118
  <section>
118
  <section>
119
    <title>Intel IA-32</title>
119
    <title>Intel IA-32</title>
120
 
120
 
121
    <para>The ia32 architecture uses 4K pages and processor supported 2-level
121
    <para>The ia32 architecture uses 4K pages and processor supported 2-level
122
    page tables. Along with amd64 It is one of the 2 architectures that fully
122
    page tables. Along with amd64, it is one of the two architectures that fully
123
    supports SMP configurations. The architecture is mostly similar to amd64,
123
    support SMP configurations. The architecture is mostly similar to amd64,
124
    it even shares a lot of code. The debugging support is the same as with
124
    it even shares a lot of code. The debugging support is the same as with
125
    amd64. The thread local storage uses GS register.</para>
125
    amd64. The thread local storage uses GS register.</para>
126
  </section>
126
  </section>
127
 
127
 
128
  <section>
128
  <section>