Search found 6 matches

by duane
Mon Feb 19, 2007 12:59 pm
Forum: PSP Development
Topic: Nintendo 64 Emulation for PSP
Replies: 12
Views: 4356

I'm not sure what you're refering to by 'memory management' though? Are you talking about the general approach to emulating the n64's memory, or something else? Well, I was referring to memory management being related to speed. If, like you said, virtual memory handling was improved, I personally t...
by duane
Sat Feb 17, 2007 1:25 pm
Forum: PSP Development
Topic: Nintendo 64 Emulation for PSP
Replies: 12
Views: 4356

One won't need to be very familar to the chip to help developing an emulator. ppl can do some improvements on the code for a particular job. i.e. find another way to implement memory management, etc. I agree. Speed and memory management are Daedalus' biggest flaws. This is supposed to be dramatical...
by duane
Sat Feb 17, 2007 1:54 am
Forum: PSP Development
Topic: Installing PSP toolchain in Linux
Replies: 8
Views: 2933

It was an example of how to add env vars to the bash_profile, not the actual lines you would use. :) Yea that's what I thought. I just wanted to be sure... It's going to take me a while to get used to dev lingo :) Username is YOUR user name. For example, for me it's /home/jlfenton/.bash_profile. If...
by duane
Fri Feb 16, 2007 1:46 pm
Forum: PSP Development
Topic: Installing PSP toolchain in Linux
Replies: 8
Views: 2933

Add them to the end of /home/username/.bash_profile, like this PATH=$PATH:$HOME/bin export PATH You'll have to logout before it'll go into affect as it's only checked when the user logs in. Thanks for your reply J.F. It seems I don't have the file '.bash_profile' under '/home/username'. Sho...
by duane
Fri Feb 16, 2007 4:27 am
Forum: PSP Development
Topic: Installing PSP toolchain in Linux
Replies: 8
Views: 2933

Another thing, does anyone know how to include the PATH command in the shell on startup? It can get annoying to type it in every time... I'll try as soon as I get home, and maybe I'll figure this one on my own too, but once again, any help is appreciated. Thanks.

Duane
by duane
Thu Feb 15, 2007 11:51 am
Forum: PSP Development
Topic: Installing PSP toolchain in Linux
Replies: 8
Views: 2933

Installing PSP toolchain in Linux

Hi all, I'm having a problem setting the path for the PSP toolchain and SDK in Linux. I tried looking all over the internet, but the only tutorials I could find were for Cygwin. Does anyone know the command to use to set the path? I'm using Fedora Core 6. I appreciate any help I can get. Thanks. Dua...