Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Mar 2009 17:16:29 +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:  <200903091717.n29HHCvC032460@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

jhb         2009-03-09 17:16:29 UTC

  FreeBSD src repository

  Modified files:
    sys/boot/i386/libi386 Makefile biosdisk.c devicename.c 
    sys/boot/i386/loader Makefile main.c 
  Log:
  SVN rev 189588 on 2009-03-09 17:16:29Z by jhb
  
  - 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.
  
  PR:             kern/129526
  MFC after:      1 week
  
  Revision  Changes    Path
  1.44      +4 -0      src/sys/boot/i386/libi386/Makefile
  1.57      +24 -2     src/sys/boot/i386/libi386/biosdisk.c
  1.12      +8 -0      src/sys/boot/i386/libi386/devicename.c
  1.90      +3 -0      src/sys/boot/i386/loader/Makefile
  1.44      +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?200903091717.n29HHCvC032460>