Bug #869 ยป mp_machdep.c.patch
sys/platform/pc32/i386/mp_machdep.c 17 Jul 2008 19:31:32 -0000 | ||
---|---|---|
goto found;
|
||
} else {
|
||
/* last 1K of base memory, effective 'top of base' passed in */
|
||
target = (u_int32_t) (base_memory - 0x400);
|
||
target = (u_int32_t) ((base_memory * 1024) - 0x400);
|
||
if ((x = search_for_sig(target, 1024 / 4)) >= 0)
|
||
goto found;
|
||
}
|