Re: [patch] teach the bootloader minor amd64 knowledge

2010-03-22 Thread Alexander Best
John Baldwin schrieb am 2010-03-22: > On Monday 22 March 2010 11:20:10 am Alexander Best wrote: > > John Baldwin schrieb am 2010-03-22: > > > On Monday 22 March 2010 9:50:05 am Alexander Best wrote: > > > > hi there, > > > > since i386 and amd64 are sharing the same bootcode the > > > > bootloader

Re: [patch] teach the bootloader minor amd64 knowledge

2010-03-22 Thread John Baldwin
On Monday 22 March 2010 11:20:10 am Alexander Best wrote: > John Baldwin schrieb am 2010-03-22: > > On Monday 22 March 2010 9:50:05 am Alexander Best wrote: > > > hi there, > > > > since i386 and amd64 are sharing the same bootcode the bootloader > > > gets named > > > "FreeBSD/i386" on amd64 too.

Re: [patch] teach the bootloader minor amd64 knowledge

2010-03-22 Thread Alexander Best
John Baldwin schrieb am 2010-03-22: > On Monday 22 March 2010 9:50:05 am Alexander Best wrote: > > hi there, > > since i386 and amd64 are sharing the same bootcode the bootloader > > gets named > > "FreeBSD/i386" on amd64 too. the following patch is a cosmetic > > change to > have > > the bootload

Re: [patch] teach the bootloader minor amd64 knowledge

2010-03-22 Thread John Baldwin
On Monday 22 March 2010 9:50:05 am Alexander Best wrote: > hi there, > > since i386 and amd64 are sharing the same bootcode the bootloader gets named > "FreeBSD/i386" on amd64 too. the following patch is a cosmetic change to have > the bootloader identify itself as "FreeBSD/amd64" on amd64. > >

[patch] teach the bootloader minor amd64 knowledge

2010-03-22 Thread Alexander Best
hi there, since i386 and amd64 are sharing the same bootcode the bootloader gets named "FreeBSD/i386" on amd64 too. the following patch is a cosmetic change to have the bootloader identify itself as "FreeBSD/amd64" on amd64. any thoughts on this one? -- Alexander Best Index: sys/boot/i386/boot2