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