Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Sep 1997 04:41:51 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG
Subject:   cvs commit: src/sbin/newfs mkfs.c
Message-ID:  <199709131141.EAA16429@freefall.freebsd.org>

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

peter       1997/09/13 04:41:51 PDT

  Modified files:
    sbin/newfs           mkfs.c 
  Log:
  Some tweaks to get this to cope with ELF where the address space starts
  higher up in memory (0x0800000 upwards) rather than near zero (0x1000
  for our qmagic a.out format).  The method that mount_mfs uses to allocate
  the memory within data size rlimits for the ram disk is entirely too much
  of a kludge for my liking.  I mean, if it's run as root, surely it makes
  sense to just raise the resource limits to infinity or something, and if
  it's a non-root user mount (do these work? with mfs?) it could just fail
  if it's outside limits.
  
  Revision  Changes    Path
  1.20      +18 -8     src/sbin/newfs/mkfs.c



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