|
List Info
Thread: Today svn and OS 9
|
|
| Today svn and OS 9 |

|
2007-01-28 09:01:45 |
Hi,
I'm running today svn on ubuntu feisty and get following
issues:
system
G4
guests
OSX 10.3.x
OS 9.2
1) When running Edgy with package 0.9.70 it's ok for both.
2) Same config/ Mac OS partition on Feisty with debian
mol-0.9.71 (+
patches for compilation issues). OSX ok, OS 9 loops very
early, after
network msgs (from svn log may be fixed).
3) Today SVN
OSX no MOL splash screen (white screen), no OSX startup
screen, but
once a session auto starts screen is ok.
OS9 no MOL splash screen, screen goes black (for me vs
0.9.70 it's a
lot slower) and loops after boot loader msg.
Does it ring a bell for someone?
Thanks
Didier
_______________________________________________
mol-general mailing list
mol-general lists.maconlinux.org
http://lists.terrasoftsolutions.com/mailman/list
info/mol-general
|
|
| Re: Today svn and OS 9 |

|
2007-01-28 12:03:27 |
On 28 Jan 2007, at 15:01, didier . wrote:
> 3) Today SVN
> OSX no MOL splash screen (white screen), no OSX startup
screen, but
> once a session auto starts screen is ok.
A few people have noticed this one. FWIW, I get the startup
screen
if I'm using console video, but not when I'm running in a
window.
Cheeri,
Calum.
_______________________________________________
mol-general mailing list
mol-general lists.maconlinux.org
http://lists.terrasoftsolutions.com/mailman/list
info/mol-general
|
|
| Re: Today svn and OS 9 |

|
2007-01-28 20:37:07 |
didier . wrote:
> system
> G4
What kind of G4? iBook? PowerBook? PegaosII?
> 2) Same config/ Mac OS partition on Feisty with debian
mol-0.9.71 (+
> patches for compilation issues). OSX ok, OS 9 loops
very early, after
> network msgs (from svn log may be fixed).
Yes, OS9 is broken in many 0.9.71 releases, it's fixed in
MOL SVN.
> 3) Today SVN
> OSX no MOL splash screen (white screen), no OSX startup
screen, but
> once a session auto starts screen is ok.
I can't reproduce this, what console driver (nvidiafb?,
radeonfb?,
offb?).
> OS9 no MOL splash screen, screen goes black (for me vs
0.9.70 it's a
> lot slower) and loops after boot loader msg.
>
> Does it ring a bell for someone?
Not really, what do mean by "loops after boot loader
msg"? What
exactly is happening?
-Joe
_______________________________________________
mol-general mailing list
mol-general lists.maconlinux.org
http://lists.terrasoftsolutions.com/mailman/list
info/mol-general
|
|
| Re: Today svn and OS 9 |

|
2007-01-29 15:59:47 |
Hi,
On 1/29/07, Joseph Jezak <josejx gentoo.org> wrote:
> didier . wrote:
>
> > system
> > G4
>
> What kind of G4? iBook? PowerBook? PegaosII?
PowerMac
>
> > 2) Same config/ Mac OS partition on Feisty with
debian mol-0.9.71 (+
> > patches for compilation issues). OSX ok, OS 9
loops very early, after
> > network msgs (from svn log may be fixed).
>
> Yes, OS9 is broken in many 0.9.71 releases, it's fixed
in MOL SVN.
>
> > 3) Today SVN
> > OSX no MOL splash screen (white screen), no OSX
startup screen, but
> > once a session auto starts screen is ok.
>
> I can't reproduce this, what console driver (nvidiafb?,
radeonfb?,
> offb?).
It works with the frame buffer it's the X driver. With
0.9.71 vbl
refresh timer starts a lot earlier (before the
bootloader).
One thing: is osi_usleep used? the move from uspleed to
nanosleep
doesn't * 1000.
>
> > OS9 no MOL splash screen, screen goes black (for
me vs 0.9.70 it's a
> > lot slower) and loops after boot loader msg.
> >
> > Does it ring a bell for someone?
>
> Not really, what do mean by "loops after boot
loader msg"? What
> exactly is happening?
Well I have:
Boot sequence when working (with 0.9.70):
MOL splash screen
black screen for half a second
grey screen with Mac icon
OS 9
With SVN
White screen
black screen but after a lot of time
stay there.
startmol output:
ALSA sound driver (device 'default')
ALSA: failed to setup mixer
HFS+ /dev/hda11 Archives <rw> 18050
MB BOOT
SCSI devices:
<No SCSI Devices>
>>
============================================================
=
>> Mac-on-Linux OpenFirmware 0.9.70
>> Searching Archives for a 'Mac OS ROM' file
>>
>> **** HINT
***************************************************
>> * The booting can be speeded up by adding the
line
>> * macos_rompath: 'Dossier Systeme/Mac OS ROM'
>> * to the /etc/mol/molrc.macos (recommended).
>>
************************************************************
*
>>
>> Boot Disk: /pci/pci-bridge/mol-blk 0/disk 0:0 [HFS+]
>> Loading 'Dossier Systeme/Mac OS ROM' from
'Archives'
>> Timer calibration fix: 24.90 MHz [32977]
>> Starting ELF boot loader
>>
============================================================
=
Signal INT (I kill it here).
_______________________________________________
mol-general mailing list
mol-general lists.maconlinux.org
http://lists.terrasoftsolutions.com/mailman/list
info/mol-general
|
|
| Re: Today svn and OS 9 |

|
2007-01-29 17:21:31 |
Hi,
On 1/29/07, Joseph Jezak <josejx gentoo.org> wrote:
> didier . wrote:
>
> > One thing: is osi_usleep used? the move from
uspleed to nanosleep
> > doesn't * 1000.
>
> Yeah, I missed that, thanks for the heads up. It's
fixed in SVN.
> Does that help for you?
Nope, but sorry for the noise, I recompiled without -O2 and
everything works :(
At least src/main/timer.c was misscompiled.
Didier
_______________________________________________
mol-general mailing list
mol-general lists.maconlinux.org
http://lists.terrasoftsolutions.com/mailman/list
info/mol-general
|
|
| Re: Today svn and OS 9 |

|
2007-01-29 17:32:29 |
Hi
On 1/29/07, Joseph Jezak <josejx gentoo.org> wrote:
> > One thing: is osi_usleep used? the move from
uspleed to nanosleep
> > doesn't * 1000.
>
> Yeah, I missed that, thanks for the heads up. It's
fixed in SVN.
Is usleep guaranteed to be called with < 1 000 000 000 ?
Didier
_______________________________________________
mol-general mailing list
mol-general lists.maconlinux.org
http://lists.terrasoftsolutions.com/mailman/list
info/mol-general
|
|
[1-6]
|
|
|
about | contact Other archives ( Real Estate discussion Medical topics )
|