Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Dec 2005 09:26:42 +0000 (UTC)
From:      Maxim Sobolev <sobomax@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/boot/i386/loader main.c
Message-ID:  <200512190926.jBJ9QhbD078141@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
sobomax     2005-12-19 09:26:42 UTC

  FreeBSD src repository

  Modified files:
    sys/boot/i386/loader main.c 
  Log:
  If LOADER_BZIP2_SUPPORT is defined allocate heap in the 1MB-4MB range to
  provide enough room for decompression (up to 2.5MB is necessary). This
  should be safe to do since we load i386 kernels after 8MB mark now, so
  that 16MB is the minimum amount of RAM necessary to even boot FreeBSD.
  
  This makes bzip2-support  practically useable.
  
  Revision  Changes    Path
  1.34      +13 -2     src/sys/boot/i386/loader/main.c



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