PC-BSD/trueos 7d54e9astand/i386/libi386 pxe.c bio.c

MFC: r342619, r342626

loader: create bio_alloc and bio_free for bios bounce buffer

We do have 16KB buffer space defined in pxe.c, move it to bio.c and implement
bio_alloc()/bio_free() interface to make it possible to use this space for
other BIOS calls (notably, from biosdisk.c).
DeltaFile
+106-73stand/i386/libi386/pxe.c
+67-0stand/i386/libi386/bio.c
+34-15stand/i386/libi386/biosdisk.c
+5-0stand/i386/libi386/libi386.h
+1-1stand/i386/libi386/Makefile
+213-895 files

UnifiedSplitRaw