* [Qemu-devel] OpenBIOS release
@ 2009-03-01 17:45 Blue Swirl
2009-03-01 18:49 ` François Revol
0 siblings, 1 reply; 5+ messages in thread
From: Blue Swirl @ 2009-03-01 17:45 UTC (permalink / raw)
To: The OpenBIOS Mailinglist; +Cc: qemu-devel
Hi,
I think we are pretty much ready for the 1.0 release of OpenBIOS. I'll
bump the version number, update the web pages and upload the image
files also to Qemu within a few hours, unless there are objections.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] OpenBIOS release
2009-03-01 17:45 [Qemu-devel] OpenBIOS release Blue Swirl
@ 2009-03-01 18:49 ` François Revol
2009-03-01 19:09 ` Blue Swirl
0 siblings, 1 reply; 5+ messages in thread
From: François Revol @ 2009-03-01 18:49 UTC (permalink / raw)
To: Blue Swirl; +Cc: openbios, qemu-devel
> Hi,
>
> I think we are pretty much ready for the 1.0 release of OpenBIOS.
> I'll
> bump the version number, update the web pages and upload the image
> files also to Qemu within a few hours, unless there are objections.
Does this one support -nographics ?
Also, while I got a binary that makes the Haiku loader go a little
further, it's not booting yet, though I can't assert if it's OpenBIOS
or the loader.
AFAIK it actually used to boot long ago on Pegasos, so it should still
do more than currently.
François.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] OpenBIOS release
2009-03-01 18:49 ` François Revol
@ 2009-03-01 19:09 ` Blue Swirl
2009-03-01 19:19 ` François Revol
0 siblings, 1 reply; 5+ messages in thread
From: Blue Swirl @ 2009-03-01 19:09 UTC (permalink / raw)
To: François Revol; +Cc: openbios, qemu-devel
On 3/1/09, François Revol <revol@free.fr> wrote:
> > Hi,
> >
> > I think we are pretty much ready for the 1.0 release of OpenBIOS.
> > I'll
> > bump the version number, update the web pages and upload the image
> > files also to Qemu within a few hours, unless there are objections.
>
>
> Does this one support -nographics ?
Yes.
> Also, while I got a binary that makes the Haiku loader go a little
> further, it's not booting yet, though I can't assert if it's OpenBIOS
> or the loader.
>
> AFAIK it actually used to boot long ago on Pegasos, so it should still
> do more than currently.
This is what I get with Haiku:
0 > boot
checking for memory...
0: base = 0x00000000, size = 134217728
1: empty region
total physical memory = 128 MB
suggested page table size = 1048576
need new page table, size = 1048576!
new table at: 0x07d00000
MSR: 0x00003030
found 4 translations
found page table!
no mapping for the exception handlers!
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] OpenBIOS release
2009-03-01 19:09 ` Blue Swirl
@ 2009-03-01 19:19 ` François Revol
2009-03-01 19:37 ` [OpenBIOS] " Laurent Vivier
0 siblings, 1 reply; 5+ messages in thread
From: François Revol @ 2009-03-01 19:19 UTC (permalink / raw)
To: Blue Swirl; +Cc: openbios, qemu-devel
> On 3/1/09, François Revol <revol@free.fr> wrote:
> > > Hi,
> > >
> > > I think we are pretty much ready for the 1.0 release of
> > > OpenBIOS.
> > > I'll
> > > bump the version number, update the web pages and upload the
> > > image
> > > files also to Qemu within a few hours, unless there are
> > > objections.
> >
> >
> > Does this one support -nographics ?
>
> Yes.
>
> > Also, while I got a binary that makes the Haiku loader go a little
> > further, it's not booting yet, though I can't assert if it's
> > OpenBIOS
> > or the loader.
> >
> > AFAIK it actually used to boot long ago on Pegasos, so it should
> > still
> > do more than currently.
>
> This is what I get with Haiku:
> 0 > boot
>
> checking for memory...
> 0: base = 0x00000000, size = 134217728
> 1: empty region
> total physical memory = 128 MB
> suggested page table size = 1048576
> need new page table, size = 1048576!
> new table at: 0x07d00000
> MSR: 0x00003030
> found 4 translations
> found page table!
> no mapping for the exception handlers!
>
Laurent Vivier handed me a binary which prints a little more:
checking for memory...
0: base = 0x00000000, size = 134217728
1: empty region
total physical memory = 128 MB
suggested page table size = 1048576
need new page table, size = 1048576!
new table at: 0x07d00000
MSR: 0x00003030
found 6 translations
found exception handlers!
found page table!
Don't know exactly what he changed.
Though it still seems to hand in set-callbacks.
François.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [OpenBIOS] [Qemu-devel] OpenBIOS release
2009-03-01 19:19 ` François Revol
@ 2009-03-01 19:37 ` Laurent Vivier
0 siblings, 0 replies; 5+ messages in thread
From: Laurent Vivier @ 2009-03-01 19:37 UTC (permalink / raw)
To: The OpenBIOS Mailinglist; +Cc: Blue Swirl, qemu-devel
Le 1 mars 09 à 20:19, François Revol a écrit :
>> On 3/1/09, François Revol <revol@free.fr> wrote:
>>>> Hi,
>>>>
>>>> I think we are pretty much ready for the 1.0 release of
>>>> OpenBIOS.
>>>> I'll
>>>> bump the version number, update the web pages and upload the
>>>> image
>>>> files also to Qemu within a few hours, unless there are
>>>> objections.
>>>
>>>
>>> Does this one support -nographics ?
>>
>> Yes.
>>
>>> Also, while I got a binary that makes the Haiku loader go a little
>>> further, it's not booting yet, though I can't assert if it's
>>> OpenBIOS
>>> or the loader.
>>>
>>> AFAIK it actually used to boot long ago on Pegasos, so it should
>>> still
>>> do more than currently.
>>
>> This is what I get with Haiku:
>> 0 > boot
>>
>> checking for memory...
>> 0: base = 0x00000000, size = 134217728
>> 1: empty region
>> total physical memory = 128 MB
>> suggested page table size = 1048576
>> need new page table, size = 1048576!
>> new table at: 0x07d00000
>> MSR: 0x00003030
>> found 4 translations
>> found page table!
>> no mapping for the exception handlers!
>>
> Laurent Vivier handed me a binary which prints a little more:
>
> checking for memory...
> 0: base = 0x00000000, size = 134217728
> 1: empty region
> total physical memory = 128 MB
> suggested page table size = 1048576
> need new page table, size = 1048576!
> new table at: 0x07d00000
> MSR: 0x00003030
> found 6 translations
> found exception handlers!
> found page table!
>
> Don't know exactly what he changed.
I've added a translation for vectors page, I didn't commit it because
it doesn't solve all the problems with haiku bootloader.
>
> Though it still seems to hand in set-callbacks.
In fact, I think it hangs later, but I didn't have time to search why.
Regards,
Laurent
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2009-03-01 19:37 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-01 17:45 [Qemu-devel] OpenBIOS release Blue Swirl
2009-03-01 18:49 ` François Revol
2009-03-01 19:09 ` Blue Swirl
2009-03-01 19:19 ` François Revol
2009-03-01 19:37 ` [OpenBIOS] " Laurent Vivier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).