Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Sep 2009 00:47:32 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/usr.sbin/btxld btxld.c
Message-ID:  <200909100047.n8A0li9O043345@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2009-09-10 00:47:32 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin/btxld       btxld.c 
  Log:
  SVN rev 197051 on 2009-09-10 00:47:32Z by imp
  
  The boot loader is a FreeBSD a.out binary for x86, not a VAX binary.
  Rather than writing out a MID of '0', write a MID of 0x86 (aka
  MID_I386) so that file gets it right.
  
  This is a nop for boot2.  It just checks the MAGIC part of the field,
  ignoring the MID.  boot2 is the only thing that loads this file, and
  only on x86 so the MID_i386 is always the right value (the rest of the
  code is already x86 specific).
  
  Reviewed by:    bde@, jhb@
  MFC after:      8.0 is out the door :)
  
  Revision  Changes    Path
  1.12      +1 -1      src/usr.sbin/btxld/btxld.c



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