View previous topic :: View next topic |
Author |
Message |
Pit0711
Joined: 24 Mar 2005 Posts: 54 Location: Old Europe -Germany-
|
|
Back to top |
|
|
JFReyes
Joined: 23 Feb 2008 Posts: 9 Location: San Juan, PR
|
Posted: Fri Nov 21, 2008 10:41 pm Post subject: |
|
|
What they have done is include the ps3vram patch/feature as part of the distro. Same old patch, I believe. _________________ José |
|
Back to top |
|
|
Homebrewer
Joined: 14 Jan 2009 Posts: 9 Location: Munich, Germany
|
Posted: Wed Jan 14, 2009 10:06 am Post subject: YDL 6.1 |
|
|
Hi there, these are the major improvements (translated from German):
- IBM Cell processor Software Development Toolkit 3.1 included
- Firefox 3.0, OpenOffice 2.3
- major peformance gain using the 256 MB RSX video ram as swapspace
- enhanced WLAN configuration tool
- support of Barcelona Supercomputing CellSs (?) implemented
(could be something like IBM's BladeCenter or Sony's video cluster ZEGO BCU-100 Cell+RSX GPU based on extended PS3 hardware - which is by the way also shipped with YDL 6.1 Enterprise=YDL 6.1+Support, I think)
- Kernel 2.6.27, Xorg 1.4.999 and xrandr 1.2.2 included
- already available for existing customers, on DVD in 2 weeks and for free download in 4 weeks (should be already available by now)
What would be more interesting to me:
- Did anyone already successfully test/manage to adopt Gaulrung's and IronPeter's PS3RSX Xorg lib ?
- If yes, is it compatible (no vram conflicts, no crashes) ?
One more: Does anybody know if there is a Macro Assembler out there running on YDL 6.1 for the PS3 Cell or a PowerPC-970 compatible ?
Questions over questions... 8) Thanks! _________________ PS3 60 GB PAL, original FW |
|
Back to top |
|
|
J.F.
Joined: 22 Feb 2004 Posts: 2906
|
Posted: Wed Jan 14, 2009 11:29 am Post subject: Re: YDL 6.1 |
|
|
Homebrewer wrote: |
One more: Does anybody know if there is a Macro Assembler out there running on YDL 6.1 for the PS3 Cell or a PowerPC-970 compatible ?
|
AS - duh. Why do people always forget that gcc comes with a full-featured macro assembler? In fact, you can also use the C preprocessor on as files simply by using .S instead of .s for even more macro-y goodness! :) |
|
Back to top |
|
|
Homebrewer
Joined: 14 Jan 2009 Posts: 9 Location: Munich, Germany
|
Posted: Thu Jan 15, 2009 5:48 am Post subject: |
|
|
Oh, yeah. Long time no see! Don't remember why I stopped reading the man docs for that, but I think it was the non-comfy dev suite, if you can call this like that. 8) Never found something like the 6502 Devpac Assembler again.
Does the PS2RSX lib use the (full) vram also ? - YDL 6.1 ps3vram might need to be removed then. _________________ PS3 60 GB PAL, original FW |
|
Back to top |
|
|
J.F.
Joined: 22 Feb 2004 Posts: 2906
|
Posted: Thu Jan 15, 2009 8:28 am Post subject: |
|
|
Homebrewer wrote: | Oh, yeah. Long time no see! Don't remember why I stopped reading the man docs for that, but I think it was the non-comfy dev suite, if you can call this like that. 8) Never found something like the 6502 Devpac Assembler again.
Does the PS2RSX lib use the (full) vram also ? - YDL 6.1 ps3vram might need to be removed then. |
DEVPAC was 680x0... and was my main development environment on the Amiga. It was really nice - as long as you were into assembly only. :)
As to your question, the existing usage of video mem is usually hardcoded in the program. Most things just skip over the framebuffer, which is at the start of vram, and then assume nothing else is using the rest. At some point, tracking vram usage will need to be considered. It's very much like vram on the PSP - it's not tracked by the system either. It's up to the programmer to make sure that their homebrew doesn't accidentally have more than one thing using the same vram for different things. |
|
Back to top |
|
|
Homebrewer
Joined: 14 Jan 2009 Posts: 9 Location: Munich, Germany
|
Posted: Fri Jan 16, 2009 4:09 am Post subject: VRAM |
|
|
I also had a A500 after my C64 (6502). You could do nice things with 1 MHz on Assembler by that time. 8)
OK, the decision is easy then: Inactivate ps3vram, since ps3rsx is more interesting.
Thanks. _________________ PS3 60 GB PAL, original FW |
|
Back to top |
|
|
jimparis
Joined: 10 Jun 2005 Posts: 1179 Location: Boston
|
Posted: Fri Jan 16, 2009 5:28 am Post subject: |
|
|
J.F. wrote: | As to your question, the existing usage of video mem is usually hardcoded in the program. Most things just skip over the framebuffer, which is at the start of vram, and then assume nothing else is using the rest. At some point, tracking vram usage will need to be considered. It's very much like vram on the PSP - it's not tracked by the system either. | The system does allocate it -- the ps3vram driver allocates VRAM with lv1_gpu_memory_allocate. I don't think ps3rsx does the same, though; if I remember right it makes use of a bug in lv1_gpu_memory_allocate by passing 0 as the size. |
|
Back to top |
|
|
lpopman
Joined: 28 Mar 2006 Posts: 6
|
Posted: Sat Jan 24, 2009 8:21 am Post subject: |
|
|
J.F. wrote: |
DEVPAC was 680x0... and was my main development environment on the Amiga. It was really nice - as long as you were into assembly only. :)
|
Actually HiSoft produced Devpac for the ZX Spectrum and C64 long before the Amiga was even a twinkle in Jay Miner's eye ;)
Still got a couple of copies of it somewhere... |
|
Back to top |
|
|
J.F.
Joined: 22 Feb 2004 Posts: 2906
|
Posted: Sat Jan 24, 2009 10:12 am Post subject: |
|
|
lpopman wrote: | J.F. wrote: |
DEVPAC was 680x0... and was my main development environment on the Amiga. It was really nice - as long as you were into assembly only. :)
|
Actually HiSoft produced Devpac for the ZX Spectrum and C64 long before the Amiga was even a twinkle in Jay Miner's eye ;)
Still got a couple of copies of it somewhere... |
Considering Jay started on the Amiga in 1982 or so, I rather doubt that. :)
However, I will concede that Devpac for those 8 bit platforms were out before Devpac on the Amiga. :D |
|
Back to top |
|
|
lpopman
Joined: 28 Mar 2006 Posts: 6
|
Posted: Sat Jan 24, 2009 10:26 pm Post subject: |
|
|
J.F. wrote: | lpopman wrote: | J.F. wrote: |
DEVPAC was 680x0... and was my main development environment on the Amiga. It was really nice - as long as you were into assembly only. :)
|
Actually HiSoft produced Devpac for the ZX Spectrum and C64 long before the Amiga was even a twinkle in Jay Miner's eye ;)
Still got a couple of copies of it somewhere... |
Considering Jay started on the Amiga in 1982 or so, I rather doubt that. :)
However, I will concede that Devpac for those 8 bit platforms were out before Devpac on the Amiga. :D |
Ok, I concede the Jay Miner thing, it was more rhetoric than anything else ;p |
|
Back to top |
|
|
|