freebsd-skq/sys/boot/i386/zfsboot
jhb 89aadb1676 - Remove the fake BPB from zfsldr. zfsldr doesn't support booting from
floppies, so it will not be used as the start of an emulated floppy
  image on a bootable CD which is what the fake BPB was used for.
- Only check that EDD packet mode is available once at the start of
  zfsldr rather than for each disk sector now that we read data in one
  sector at a time.  As a result, collapse the remaining bits of read
  up into nread and rename nread to read.
- Restore a return at the end of putstr that I removed in the previous
  revision.

Tested by:	Henri Hennebert (earlier version)
MFC after:	1 week
2011-06-27 13:58:24 +00:00
..
Makefile - Remove the fake BPB from zfsldr. zfsldr doesn't support booting from 2011-06-27 13:58:24 +00:00
zfsboot.c - Split code shared by almost any boot loader into separate files and 2010-09-24 19:49:12 +00:00
zfsldr.S - Remove the fake BPB from zfsldr. zfsldr doesn't support booting from 2011-06-27 13:58:24 +00:00