opnsense-src/sys/boot/pc98/boot0.5
Warner Losh 158c18ffb4 dd is currently a bootstrap tool. It really doesn't have any business
being a bootstrap tool. However, for reproducible build output,
FreeBSD added dd status=none because it was otherwise difficult to
suppress the status information, but retain any errors that might
happen. There's no real reason that dd has to be a build tool, other
than we use status=none unconditional. Remove dd from a bootstrap tool
entirely by only using status=none when available. This may also help
efforts to build the system on non-FreeBSD hosts as well.

Differential Revision: https://reviews.freebsd.org/D8605
2016-12-02 14:44:38 +00:00
..
boot.s - Moved the uninitialized variables from the data to the bss section. 2007-03-17 05:30:03 +00:00
boot0.5.s Added the IPLware 3.33 support. 2007-04-07 08:37:04 +00:00
disk.s sys/boot: spelling fixes in comments. 2016-04-30 00:26:38 +00:00
ldscript Added the IPLware 3.33 support. 2007-04-07 08:37:04 +00:00
Makefile dd is currently a bootstrap tool. It really doesn't have any business 2016-12-02 14:44:38 +00:00
putssjis.s sys/boot: spelling fixes in comments. 2016-04-30 00:26:38 +00:00
selector.s Fix typo: s/partion/partition/ 2010-01-02 17:32:40 +00:00
start.s Added the IPLware 3.33 support. 2007-04-07 08:37:04 +00:00
support.s sys/boot: spelling fixes in comments. 2016-04-30 00:26:38 +00:00
syscons.s