how does trusted grub work

2007-10-04 Thread myfreneticvisions-grub
hello everyone i don't know if this is the better place to post my question...whatever..i try... i'm studying the TPM chip in the Trusted/Secure boot for my stage! i red some pages from https://prosec.trust.rub.de/trusted_grub_details.html#howdoesitwork about implementation of trusted grub a

Re: [PATCH] fix memory management on efika/pegasos

2007-10-04 Thread Robert Millan
On Thu, Oct 04, 2007 at 01:38:55AM +0200, Marcin Kurek wrote: > Hell[o] > > > What happens if you increase HEAP_MIN_SIZE ? > > Still fails I am affraid. I wonder is there any reason to use only > first 4MB for heap ? I guess higer memory areas can be still accessed > excluding 4-16 MB ? > > I at

Re: [PATCH] Fixed ieee1275 console

2007-10-04 Thread Robert Millan
On Thu, Oct 04, 2007 at 01:33:25AM +0200, Marcin Kurek wrote: > diff -urN grub2.org/include/grub/term.h grub2/include/grub/term.h > --- grub2.org/include/grub/term.h 2007-07-22 01:32:22.0 +0200 > +++ grub2/include/grub/term.h 2007-10-01 19:20:49.734330521 +0200 > @@ -51,10 +51,13 @@ >

Re: multiboot code asking for stubs-32.h under x86-64?

2007-10-04 Thread Robert Millan
On Thu, Oct 04, 2007 at 08:28:51AM +0200, Julio Meca Hansen wrote: > > How can I cleanly compile grub2 without this error? grub-1.95 compiles > just fine, but not the cvs version, so something must have changed since > that... If the bug is not obvious, sounds like a regression test [1] would be

Re: how does trusted grub work

2007-10-04 Thread Robert Millan
On Thu, Oct 04, 2007 at 03:11:53PM +0200, [EMAIL PROTECTED] wrote: > hello everyone > > i don't know if this is the better place to post my question...whatever..i > try... > > i'm studying the TPM chip in the Trusted/Secure boot for my stage! > i red some pages from > > https://prosec.trust.ru

Re: multiboot code asking for stubs-32.h under x86-64?

2007-10-04 Thread Julio Meca Hansen
hmm... a regression test? but... the only thing that's not behaving properly in my almost-fully-compiled system is the search for stubs-32.h, I suppose the correct behaviour would be to search just for stubs.h or in the excessive case, for stubs-64.h, but as I have a pure64 system there's not any p