freebsd-dev/stand/i386/boot2
Alex Richardson 87c5e64c64 Avoid using non-portable dd conv=osync option
The same thing can be achieved using the bs=$SIZE and conv=sync options.
Unlike conv=osync, conv=sync is support on both Linux and macOS.

Reviewed By:	imp, jhb (earlier version)
Obtained from:	CheriBSD
Differential Revision: https://reviews.freebsd.org/D24788
2020-05-11 08:40:33 +00:00
..
boot1.S
boot2.c Further style(9) changes. 2018-02-21 18:32:06 +00:00
lib.h
Makefile Avoid using non-portable dd conv=osync option 2020-05-11 08:40:33 +00:00
Makefile.depend
sio.S