Search found 15 matches
- Wed Oct 29, 2008 9:20 am
- Forum: PS3 Linux Development
- Topic: Cellvm, a java interpreter for spu. Need help compiling it.
- Replies: 10
- Views: 16506
Cellvm, a java interpreter for spu. Need help compiling it.
Stumbled across cellvm, a jamvm port for cell spus. It uses 1 spu per java software thread. Google: cellvm, some phd papers have been written about it. The copy I got had binaries, and source. Without libspe2 it complains when I try to run it, with libspe2-2.0.0 or 2.0.1, it starts, and says "B...
- Tue Jul 29, 2008 4:11 pm
- Forum: PS3 Development
- Topic: PS3SDK release date
- Replies: 15
- Views: 18997
- Tue Jul 29, 2008 3:54 pm
- Forum: PS3 Development
- Topic: Cold Boot Attacks on Disk Encryption
- Replies: 9
- Views: 13346
Here is the document about how the cellbe solves the vulnerability to cold boot attacks. http://www.ibm.com/developerworks/power/library/pa-cellsecurity/ It seems like since the vram patch allows us to mount vram, why not make a patch which allows us to mount every address visible to the GPU (lv1_gp...
- Mon Jul 28, 2008 9:38 am
- Forum: PS3 Development
- Topic: PS3 Hardware Questions (Extra USB Port?)
- Replies: 7
- Views: 11547
- Sun Jul 27, 2008 6:16 pm
- Forum: PS3 Development
- Topic: PS3 Hardware Questions (Extra USB Port?)
- Replies: 7
- Views: 11547
Thank you for your reply, megabits, of course! meaning there is 256MB of XDR and 512MB of video ram (maybe some kind of page flipping scheme.) I have never heard of a computer which squashed all of it's usb communications into one usb channel, using a usb hub chipset. Testing my hard drive I discove...
- Sun Jul 27, 2008 7:56 am
- Forum: PS3 Development
- Topic: PS3 Hardware Questions (Extra USB Port?)
- Replies: 7
- Views: 11547
PS3 Hardware Questions (Extra USB Port?)
Not quite sure where to put this, but here goes... First the rant: After speedtesting my usb harddrives and finding 15MB/s and 25MB/s dd to /dev/null speeds, I began looking at the motherboard pics to figure out why I wasn't getting 480Mb/s or 60MB/s from each of the 4 usb ports. After looking at th...
- Fri Jan 04, 2008 7:25 pm
- Forum: PS3 Development
- Topic: 2.1 -> 2.01 (up)downgrade?
- Replies: 10
- Views: 15091
- Thu Jan 03, 2008 11:18 pm
- Forum: spu-medialib
- Topic: Installing the Mplayer vo PS3
- Replies: 85
- Views: 274034
Nice work, With mplayer -vo, I can play a 720p wmv vid (ARGB -> YV12) without skipping, but my video shows up distorted, and covered with green. Also the program robs my framebuffer (I have to give reboot command) If you think this is a bug issue, I would be glad to provide the console info (doesn't...
- Thu Dec 20, 2007 1:10 pm
- Forum: General Discussion
- Topic: Is Sony blocking 3D access?
- Replies: 21
- Views: 502199
It seems that if Sony wanted to deter people from using Linux to boot their game ISO's they should simply make their games use every core of the cell processor, even for padding operations, just so the games will skip and buck if anything else is running on the system (Linux, RSX access workaround, ...
- Wed Dec 19, 2007 2:48 pm
- Forum: PS3 Development
- Topic: The hunt for HV's FIFO/Push buffer...
- Replies: 463
- Views: 918823
Troll and Triangle are now working :-D I found the new (different) mknods.sh in the init directory, and ran it, worked beautiful. Thanks for the n00b support IronPeter, I'm anxious to see the New Year's version. It would be cool if the demo moved, and made the rsx draw it's max number of triangles p...
- Tue Dec 18, 2007 5:28 am
- Forum: PS3 Development
- Topic: The hunt for HV's FIFO/Push buffer...
- Replies: 463
- Views: 918823
It compiles on the patched kernel but I still can't see the triangle. It screws up the screen for a second if using ps3videomode -v 3 or ps3videomode -v 4 I tinkered with ps3gpu.c line 560 width and height, trying 1280x720 and 1136x644. I'm using a component-->VGA box which doesn't allow ps3videomod...
- Mon Dec 17, 2007 11:01 am
- Forum: PS3 Linux Development
- Topic: Hypervisor API
- Replies: 23
- Views: 24579
Forgive me if this is n00bish, but I believe the hypervisor runs on the illusive 7th spe. But I remember reading that the spe's can't access memory. Doesn't that mean that they can't access the devices without asking the ppe? If so, then the hypervisor must either: 1. Be two pieces, a kernel which r...
- Mon Dec 17, 2007 7:35 am
- Forum: PS3 Development
- Topic: The hunt for HV's FIFO/Push buffer...
- Replies: 463
- Views: 918823
- Fri Nov 23, 2007 1:49 am
- Forum: PS3 Development
- Topic: The hunt for HV's FIFO/Push buffer...
- Replies: 463
- Views: 918823
- Sat Nov 17, 2007 4:05 pm
- Forum: PS3 Linux Development
- Topic: How to get more RAM for the PS3 under Linux. My hypothesis.
- Replies: 33
- Views: 33975
swap over network
I have tried swapping over network, First I made a ramdisk on my winblows box, then I shared it using smb, and mounted the smb share to /ramdisk then in /ramdisk I made a swap file, and prepped it for swap, but when I used the swapon command, it refused. So i tried nfs, same result. I have since fou...