167c167
< //64 bit code segment
---
> // 64 bit code segment
171,174c171,174
< //Because we're dealing with a pointer and I don't think it's
< //guaranteed that there isn't anything in a nonvirtual class between
< //it's beginning in memory and it's actual data, we'll use an
< //intermediary.
---
> // Because we're dealing with a pointer and I don't think it's
> // guaranteed that there isn't anything in a nonvirtual class between
> // it's beginning in memory and it's actual data, we'll use an
> // intermediary.
186c186
< //32 bit data segment
---
> // 32 bit data segment
278c278
< //Turn off paging.
---
> // Turn off paging.
281c281
< //Turn on protected mode.
---
> // Turn on protected mode.
286c286
< //Turn on pae.
---
> // Turn on pae.
290c290
< //Point to the page tables.
---
> // Point to the page tables.
294c294
< //Enable long mode.
---
> // Enable long mode.
298c298
< //Start using longmode segments.
---
> // Start using longmode segments.
306c306
< //Activate long mode.
---
> // Activate long mode.
317c317
< //Write out the SMBios/DMI table
---
> // Write out the SMBios/DMI table.
322c322
< //Write out the Intel MP Specification configuration table
---
> // Write out the Intel MP Specification configuration table.
332c332
< // The header size as of the 2.5 SMBios specification is 0x1F bytes
---
> // The header size as of the 2.5 SMBios specification is 0x1F bytes.