Re: svn commit: r205662 - in head/sys/boot/i386: boot2 gptboot zfsboot

2010-03-26 Thread John Baldwin
On Thursday 25 March 2010 9:30:54 pm Xin LI wrote: > Author: delphij > Date: Fri Mar 26 01:30:53 2010 > New Revision: 205662 > URL: http://svn.freebsd.org/changeset/base/205662 > > Log: > Our boot loader is capable of booting both i386 and amd64 kernels so > call it "x86" instead of "i386". >

Re: svn commit: r205662 - in head/sys/boot/i386: boot2 gptboot zfsboot

2010-03-26 Thread Alexander Best
thanks a lot. :) were the following changes to the bootstrap loader left out on purpose? -- Alexander Best Index: sys/boot/i386/loader/Makefile === --- sys/boot/i386/loader/Makefile (revision 205658) +++ sys/boot/i386/loader/M