--- src/sys/platform/pc32/i386/mp_machdep.c 2008/01/05 14:02:41 1.59 +++ src/sys/platform/pc32/i386/mp_machdep.c 2008/06/07 12:03:52 1.60 @@ -311,7 +311,7 @@ mp_bootaddress(u_int basemem) { POSTCODE(MP_BOOTADDRESS_POST); - base_memory = basemem * 1024; /* convert to bytes */ + base_memory = basemem; boot_address = base_memory & ~0xfff; /* round down to 4k boundary */ if ((base_memory - boot_address) < bootMP_size)