Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Mar 2009 17:14:00 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/boot/i386/libi386 Makefile biosdisk.c devicename.c src/sys/boot/i386/loader Makefile main.c
Message-ID:  <200903191714.n2JHEDaW096359@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2009-03-19 17:14:00 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/boot/i386/libi386 Makefile biosdisk.c devicename.c 
    sys/boot/i386/loader Makefile main.c 
  Log:
  SVN rev 190088 on 2009-03-19 17:14:00Z by jhb
  
  MFC:
  - Make it possible to disable GPT support by setting LOADER_NO_GPT_SUPPORT
    in make.conf or src.conf.
  - When GPT is enabled (which it is by default), use memory above 1 MB and
    leave the memory from the end of the bss to the end of the 640k window
    purely for the stack.  The loader has grown and now it is much more
    common for the heap and stack to grow into each other when both are
    located in the 640k window.
  
  Revision  Changes    Path
  1.37.2.3  +4 -0      src/sys/boot/i386/libi386/Makefile
  1.45.2.8  +24 -2     src/sys/boot/i386/libi386/biosdisk.c
  1.7.2.3   +8 -0      src/sys/boot/i386/libi386/devicename.c
  1.81.2.2  +3 -0      src/sys/boot/i386/loader/Makefile
  1.31.2.6  +1 -1      src/sys/boot/i386/loader/main.c



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