Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Mar 2010 21:15:43 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/compat/x86bios x86bios.c
Message-ID:  <201003192115.o2JLFvMh083816@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jkim        2010-03-19 21:15:43 UTC

  FreeBSD src repository

  Modified files:
    sys/compat/x86bios   x86bios.c 
  Log:
  SVN rev 205347 on 2010-03-19 21:15:43Z by jkim
  
  - Map EBDA if available and add 64KB above 1MB (high memory), just in case.
  - Print the initial memory map when bootverbose is set.
  - Change the page fault address format from linear to %cs:%ip style.
  - Move duplicate code into a newly added function.
  - Add strictly aligned memory access for distant future. ;-)
  
  Revision  Changes    Path
  1.10      +113 -33   src/sys/compat/x86bios/x86bios.c



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