Chameleon

Chameleon Commit Details

Date:2011-05-10 19:39:19 (12 years 11 months ago)
Author:Evan Lojewski
Commit:779
Parents: 778
Message:Fixup GDT so that modules execute properly
Changes:
M/trunk/i386/libsaio/table.c

File differences

trunk/i386/libsaio/table.c
7676
7777
7878
79
79
80
8081
8182
8283
/* 0x8 : boot protected mode 32-bit code segment
byte granularity, 1MB limit, MEMBASE offset */
{0xFFFF, MEMBASE, 0x00, 0x9E, 0x4F, 0x00},
//{0xFFFF, MEMBASE, 0x00, 0x9E, 0x4F, 0x00},
{0xFFFF, 0x0000, 0x00, 0x9E, 0xCF, 0x00},
/* 0x10 : boot protected mode data segment
page granularity, 4GB limit, MEMBASE offset */

Archive Download the corresponding diff file

Revision: 779