[LinuxBIOS] AMD SimNOW (program) fails to run
Peter Stuge
peter at stuge.se
Sat Jan 12 04:05:53 CET 2008
On Fri, Jan 11, 2008 at 02:01:22PM -0800, Andon Tschauschev wrote:
> info: creating device #8 "AweSim Processor"
> FixIt: Error: Unable to allocate processor model memory.
> Aborted
..
> mmap(0x5400000000, 2147483648, PROT_NONE,MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = -1 ENOMEM (Cannot allocate memory)
> mmap(NULL, 2147483648, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = -1 ENOMEM (Cannot allocate memory)
It seems you're out of RAM.
Add another gig or two (swap worst case) to the system and try again.
//Peter
More information about the coreboot
mailing list