Changeset 3437 for trunk/coreboot-v2/src/arch/i386/boot/tables.c
- Timestamp:
- 07/24/08 01:22:59 (4 months ago)
- Files:
-
- 1 modified
-
trunk/coreboot-v2/src/arch/i386/boot/tables.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/coreboot-v2/src/arch/i386/boot/tables.c
r3057 r3437 73 73 /* Don't write anything in the traditional x86 BIOS data segment, 74 74 * for example the linux kernel smp need to use 0x467 to pass reset vector 75 * or use 0x40e/0x413 for EBDA finding... 75 76 */ 76 if(new_low_table_end>0x4 67){77 if(new_low_table_end>0x400){ 77 78 unsigned mptable_size; 78 79 unsigned mpc_start;
