Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Aug 1996 19:16:14 -0700 (PDT)
From:      Nate Williams <nate>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/i386/i386 machdep.c
Message-ID:  <199609010216.TAA02286@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
nate        96/08/31 19:16:13

  Modified:    sys/i386/i386  machdep.c
  Log:
  If the basemem value supplied by the bootblocks, differs from the value
  returned by the RTC, use the bootblock supplied value.  Also, map the
  'stolen by BIOS' memory in the same manner as the ISA-hole memory, since
  it is really an extenstion of the BIOS.  This is necessary for 32-bit
  BIOS functions such as APM support on laptops, and the loss of memory
  for non-necessary functions seems to be at most 4k.
  
  Reviewed by:	phk
  Obtained from:  email conversation with jtk@atria.com
  
  Revision  Changes    Path
  1.200     +33 -6     src/sys/i386/i386/machdep.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609010216.TAA02286>