<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/boot/pc98, branch stable/8</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>MFC r260095:</title>
<updated>2014-01-04T22:00:07+00:00</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2014-01-04T22:00:07+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=dd01b29c08e7c90e4e466797b78656e35cac6d1f'/>
<id>dd01b29c08e7c90e4e466797b78656e35cac6d1f</id>
<content type='text'>
For sys/boot/i386 and sys/boot/pc98, separate flags to be passed
directly to the linker (LD_FLAGS) from flags passed indirectly, via the
compiler driver (LDFLAGS).

This is because several Makefiles under sys/boot/i386 and sys/boot/pc98
use ${LD} directly to link, and the normal LDFLAGS value should not be
used in these cases.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For sys/boot/i386 and sys/boot/pc98, separate flags to be passed
directly to the linker (LD_FLAGS) from flags passed indirectly, via the
compiler driver (LDFLAGS).

This is because several Makefiles under sys/boot/i386 and sys/boot/pc98
use ${LD} directly to link, and the normal LDFLAGS value should not be
used in these cases.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFi386: revision 245847</title>
<updated>2013-06-23T09:23:32+00:00</updated>
<author>
<name>Yoshihiro Takahashi</name>
<email>nyan@FreeBSD.org</email>
</author>
<published>2013-06-23T09:23:32+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3119796311a4833078f99eb15c55f260707fa7a1'/>
<id>3119796311a4833078f99eb15c55f260707fa7a1</id>
<content type='text'>
  Add special loader environment variables 'comconsole_port' and
  'comconsole_pcidev'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Add special loader environment variables 'comconsole_port' and
  'comconsole_pcidev'.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC 250333: Don't pad disk partition sizes with leading zeros.</title>
<updated>2013-06-21T15:30:18+00:00</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2013-06-21T15:30:18+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=bb7c5ada198438743cc25747eec4ba579f206a8f'/>
<id>bb7c5ada198438743cc25747eec4ba579f206a8f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r249846:</title>
<updated>2013-05-01T18:06:53+00:00</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2013-05-01T18:06:53+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e6ac15302878a7d73755b654dd886a1aa3fa9b3e'/>
<id>e6ac15302878a7d73755b654dd886a1aa3fa9b3e</id>
<content type='text'>
When rebooting (exiting) from the BTX loader, make sure to restore the
GDT from the correct segment, otherwise a triple fault would be caused.
In some virtual environments (VMware, VirtualBox, etc) this could lead
to a unhandled error or hang in the guest emulation software.

Thanks to avg and jhb for a few hints in the right direction.

Noticed by:	Jeremy Chadwick &lt;jdc@koitsu.org&gt; (and many others)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When rebooting (exiting) from the BTX loader, make sure to restore the
GDT from the correct segment, otherwise a triple fault would be caused.
In some virtual environments (VMware, VirtualBox, etc) this could lead
to a unhandled error or hang in the guest emulation software.

Thanks to avg and jhb for a few hints in the right direction.

Noticed by:	Jeremy Chadwick &lt;jdc@koitsu.org&gt; (and many others)
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: r239063, r239064, r239069, r240852, r240854</title>
<updated>2012-11-23T13:36:09+00:00</updated>
<author>
<name>Yoshihiro Takahashi</name>
<email>nyan@FreeBSD.org</email>
</author>
<published>2012-11-23T13:36:09+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=369f188e112898d2ac12095f390cc4d700f43bde'/>
<id>369f188e112898d2ac12095f390cc4d700f43bde</id>
<content type='text'>
  - boot2: bunch of variables are turned into uint8_t.
  - boot2: Remove unnecessary initializations.
  - loader: replace ugly inb/outb re-implementations with cpufunc.h.
  - Reduce diffs against i386.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  - boot2: bunch of variables are turned into uint8_t.
  - boot2: Remove unnecessary initializations.
  - loader: replace ugly inb/outb re-implementations with cpufunc.h.
  - Reduce diffs against i386.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: r242855, r242865</title>
<updated>2012-11-23T13:18:26+00:00</updated>
<author>
<name>Yoshihiro Takahashi</name>
<email>nyan@FreeBSD.org</email>
</author>
<published>2012-11-23T13:18:26+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=338e3b1c149b1eef18fbbafdb39919012d21896e'/>
<id>338e3b1c149b1eef18fbbafdb39919012d21896e</id>
<content type='text'>
  - use -march=i386 for both i386 and amd64 builds.
  - cosmetic changes to reduce diffs against i386.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  - use -march=i386 for both i386 and amd64 builds.
  - cosmetic changes to reduce diffs against i386.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r235392,235394,235395: fixes and cleanups for zfs boot MFC</title>
<updated>2012-06-29T10:28:40+00:00</updated>
<author>
<name>Andriy Gapon</name>
<email>avg@FreeBSD.org</email>
</author>
<published>2012-06-29T10:28:40+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=4f1e0d6502c58a154d18a384d416bbbc487ebebe'/>
<id>4f1e0d6502c58a154d18a384d416bbbc487ebebe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r235264: MFi386: improve argument passing via btxldr</title>
<updated>2012-06-29T10:12:27+00:00</updated>
<author>
<name>Andriy Gapon</name>
<email>avg@FreeBSD.org</email>
</author>
<published>2012-06-29T10:12:27+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=11755aaea50d218a02825f48855c6aea4b167c4c'/>
<id>11755aaea50d218a02825f48855c6aea4b167c4c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r235155: i386 boot: consolidate MAXBDDEV definition</title>
<updated>2012-06-29T10:04:23+00:00</updated>
<author>
<name>Andriy Gapon</name>
<email>avg@FreeBSD.org</email>
</author>
<published>2012-06-29T10:04:23+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f546e5629edc0371639157a1a6873b8fafa42347'/>
<id>f546e5629edc0371639157a1a6873b8fafa42347</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: revision 232784</title>
<updated>2012-04-22T03:57:33+00:00</updated>
<author>
<name>Yoshihiro Takahashi</name>
<email>nyan@FreeBSD.org</email>
</author>
<published>2012-04-22T03:57:33+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=18bc2192be3d7b99da6d0a84d2e5105ac366215b'/>
<id>18bc2192be3d7b99da6d0a84d2e5105ac366215b</id>
<content type='text'>
  MFi386: revisions 232570 and 232754

  Fix boot2 to handle boot config files that only contain a custom path to
  a loader or kernel.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  MFi386: revisions 232570 and 232754

  Fix boot2 to handle boot config files that only contain a custom path to
  a loader or kernel.
</pre>
</div>
</content>
</entry>
</feed>
