On Sat, Aug 24, 2013 at 06:39:11AM -0400, s_gamm...@charter.net wrote:
> On Fri, Aug 23, 2013 at 11:06 PM, Mike Larkin wrote:
> >
> >At the boot> prompt, what does "mach mem" show?
> >
> >-ml
> >
> 
> Hi Mike, here's the output from mach mem. It only has 1GB of memory.
> Not sure why it's saying the total is 2GB.
> 
> 
> Stan
> 
> 
> Using drive 0, partition 3.
> Loading.....
> probing: pc0 com0 com1 pci mem[637K 1023M 1023M a20=on]
> disk: hd0+
> >>OpenBSD/i386 BOOT 3.21
> switching console to com0
>                          >> OpenBSD/i386 BOOT 3.21
> boot: illegal argument acpi
> boot> mach mem
> Region 0: type 1 at 0x0 for 637KB
> Region 1: type 2 at 0x9f400 for 3KB
> Region 2: type 1 at 0x100000 for 1047552KB
> Region 3: type 1 at 0x100000 for 1047552KB
> Region 4: type 2 at 0xfff00000 for 1024KB
> Low ram: 637KB  High ram: 2095104KB
> Total free memory: 2095741KB
> boot> $

This is likely a problem with the BIOS on the system, the memory map has
duplicate entries..

You can attempt to manually fix this at boot> using a variation of the
same command used to retreive the mappings:

boot> mach mem =1023M

You can play around with it, maybe try removing both of the duplicates
first:

boot> mach mem -0x3ff00000@0x100000
boot> mach mem -0x3ff00000@0x100000

-Bryan.

Reply via email to