Re: [SeaBIOS] [PATCH] Add config option to disable MTRR initialization.

2011-03-14 Thread Sebastian Herbszt
Kevin O'Connor wrote: On Thu, Mar 10, 2011 at 10:50:30PM +0100, Sebastian Herbszt wrote: Kevin O'Connor wrote: On Mon, Mar 07, 2011 at 09:37:59PM +0100, Sebastian Herbszt wrote: Kevin O'Connor wrote: Some versions of Bochs don't like the MTRR initialization, so add I ran into it with the

Re: [SeaBIOS] [PATCH] Add config option to disable MTRR initialization.

2011-03-10 Thread Sebastian Herbszt
Kevin O'Connor wrote: On Mon, Mar 07, 2011 at 09:37:59PM +0100, Sebastian Herbszt wrote: Kevin O'Connor wrote: Some versions of Bochs don't like the MTRR initialization, so add Which versions don't? I ran into it with the version fc14 has - Bochs v2.4.5. I get: 00034041578i[CPU0 ]

Re: [SeaBIOS] [PATCH] Add config option to disable MTRR initialization.

2011-03-07 Thread Sebastian Herbszt
Kevin O'Connor wrote: Some versions of Bochs don't like the MTRR initialization, so add Which versions don't? Sebastian ___ SeaBIOS mailing list SeaBIOS@seabios.org http://www.seabios.org/mailman/listinfo/seabios

[SeaBIOS] [PATCH] Add config option to disable MTRR initialization.

2011-03-06 Thread Kevin O'Connor
Some versions of Bochs don't like the MTRR initialization, so add CONFIG_MTRR_INIT to control whether SeaBIOS will touch the MTRRs. --- src/Kconfig |6 ++ src/mtrr.c |2 +- 2 files changed, 7 insertions(+), 1 deletions(-) diff --git a/src/Kconfig b/src/Kconfig index fca73e4..f064b27