i386 removal, part 50/x: Remove the i386 specific kgzldr.
authorSascha Wildner <saw@online.de>
Fri, 22 Jan 2016 18:27:02 +0000 (19:27 +0100)
committerSascha Wildner <saw@online.de>
Fri, 22 Jan 2016 18:27:02 +0000 (19:27 +0100)
commit7b80e5f76f4cb90ec2c23c1165fb237c686f9138
tree1d6f762adcfb20d9565b5505ba554c1bb2072e5f
parent22ac9cc67ab836e9390c8e2b3085f5364073e1b6
i386 removal, part 50/x: Remove the i386 specific kgzldr.

It was only needed for kgzip(8)'ed kernels anyway. kgzip(8) was removed
in c425a6254f909db65a1ccbc31a09e09e371bf847. All of this was only needed
for loading kernels without the standard loader anyway.

Pointed-out-by: zrj
Makefile_upgrade.inc
sys/boot/pc32/Makefile
sys/boot/pc32/kgzldr/Makefile [deleted file]
sys/boot/pc32/kgzldr/boot.c [deleted file]
sys/boot/pc32/kgzldr/crt.s [deleted file]
sys/boot/pc32/kgzldr/kgzldr.h [deleted file]
sys/boot/pc32/kgzldr/lib.c [deleted file]
sys/boot/pc32/kgzldr/sio.s [deleted file]
sys/boot/pc32/kgzldr/start.s [deleted file]