Search found 27 matches

by jgrimm
Sun Jan 24, 2010 10:38 am
Forum: PS2 Development
Topic: Installing MinGW and MSYS in Windows 7 or Vista
Replies: 4
Views: 3498

you know you can download the Windows XP Mode if you have windows 7 and install the compiler on it. Windows XP Mode is just virtual pc that comes with a preinstalled windows xp image
by jgrimm
Sun Jan 03, 2010 6:28 am
Forum: PS2 Development
Topic: PS2 Lua Player
Replies: 26
Views: 79844

i was wondering if ps2 lua player has network support at the moment? also i do likethe idea of connecting ps2 and psp. with network support, is it possible to code a web browser? i relly want a web browser for ps2 and i dont have ps2linux so i cant use one
by jgrimm
Fri Dec 25, 2009 3:30 am
Forum: PS2 Development
Topic: PS2DEV Wiki Updated
Replies: 0
Views: 1673

PS2DEV Wiki Updated

Im not sure if this is in the right topic or not so moderators plz move it if its not. Anyway, I added some ps2 hardware descriptions and info to the ps2dev wiki. I have also created a page on PS2 exploits (mostly free mcboot) hope this helps get some people developing

-jgrimm
by jgrimm
Thu Dec 10, 2009 5:15 am
Forum: PS2 Development
Topic: How To Wait/Pause?
Replies: 3
Views: 2917

ok thx guys it doesnt need to be to be perfect i just need somthing that counts time :)
by jgrimm
Wed Dec 09, 2009 1:45 am
Forum: PS2 Development
Topic: How To Wait/Pause?
Replies: 3
Views: 2917

How To Wait/Pause?

how do you pause program execution for an amount of time? what i need to do is like the BASIC sleep command, so pause 5 miliseconds is SLEEP 5. how do i do this in ps2sdk? thx
by jgrimm
Wed Dec 09, 2009 12:10 am
Forum: PS2 Development
Topic: How To Clear The Screen?
Replies: 2
Views: 2465

ok thx i just found that out a few minutes after i posted this actually. i googled it and couldnt find anything but google desktop found a source file i had with scr_clear in it
by jgrimm
Tue Dec 08, 2009 11:52 am
Forum: PS2 Development
Topic: How To Clear The Screen?
Replies: 2
Views: 2465

How To Clear The Screen?

just wondered what is the clear screen command? like scr_printf excecpt mabye somthing like scr_clear or somthing like that? just need to know how to clear the screen thx

-jsngrimm
by jgrimm
Tue Dec 08, 2009 10:04 am
Forum: PS2 Development
Topic: Firewire HD connection
Replies: 13
Views: 41094

ya the post is pretty old
by jgrimm
Tue Dec 08, 2009 7:00 am
Forum: Help Wanted Requests
Topic: start developing for playstation
Replies: 2
Views: 2767

1. if ur a beginner browsing the PS2 Development forum and ps2dev.org in general should help you start. If you dont like editing c code with notepad, you can use somthing like visual c++ express or dev c++ for code editing, but you have to compile with ps2sdk. if you need ps2sdk it is free and i can...
by jgrimm
Tue Dec 08, 2009 6:42 am
Forum: PSP Development
Topic: Running homebrew on the PSP
Replies: 10
Views: 4540

im not positive on this because i dont have a psp but i think the firmware has to be custom for it to work
by jgrimm
Tue Dec 08, 2009 6:40 am
Forum: PS2 Development
Topic: Can linux run as a live usb? on ps2?
Replies: 4
Views: 4316

yea, my Sega Dreamcast can run kive linux and netbsd and it has 200mhz processor and 16mb ram i believe vs PS2 300mhz main processor and 32MB ram
by jgrimm
Tue Dec 08, 2009 6:37 am
Forum: PS2 Development
Topic: Firewire HD connection
Replies: 13
Views: 41094

EEUG, you could edit the driver without the transfer speed limit and recompile it with ps2sdk
by jgrimm
Tue Dec 08, 2009 6:34 am
Forum: General Discussion
Topic: Registration shenanigans
Replies: 11
Views: 25875

yea my gmail didnt work either, i had to use yahoo.com to make it work
by jgrimm
Mon Dec 07, 2009 5:31 am
Forum: PS2 Development
Topic: PS2 to USB Converter
Replies: 2
Views: 3687

if you live in Ohio or Pensylvania you can get them an The Exchange otherwise im not sure theyre hard to find except online
by jgrimm
Sun Dec 06, 2009 11:51 am
Forum: PS2 Development
Topic: Interesting Code Conversion Project
Replies: 5
Views: 3434

yea the last post there was '99 i think. im not old enough to remember most of the dead projects and i just started progrmming my ps2 about a week r 2 ago. I thought this mght be useful to port some pc stuff.
by jgrimm
Sun Dec 06, 2009 4:58 am
Forum: PS2 Development
Topic: Can linux run as a live usb? on ps2?
Replies: 4
Views: 4316

Ive heard people say u cant but there is live cd linux and netbsd for dreamcast, so i dont see why not. Im sry i wouldnt know how to though
by jgrimm
Sat Dec 05, 2009 10:29 am
Forum: PS2 Development
Topic: Interesting Code Conversion Project
Replies: 5
Views: 3434

also, does anyone know how the author is? i tried emailing the webmaster of the site but i got a error mailbox name not found
by jgrimm
Sat Dec 05, 2009 10:28 am
Forum: PS2 Development
Topic: Interesting Code Conversion Project
Replies: 5
Views: 3434

ya i know thats where i got it from, just thought it be somthing interesting to work on. has anyone tested this? i like to know if it works
by jgrimm
Sat Dec 05, 2009 10:26 am
Forum: PS2 Development
Topic: Run ELF within an ELF?
Replies: 6
Views: 4689

Ok thats just about exactly what i needed to know! i thought it had somthing to do with elf.c thanx thats just what i was looking for dlanor
by jgrimm
Fri Dec 04, 2009 10:22 am
Forum: PS2 Development
Topic: Interesting Code Conversion Project
Replies: 5
Views: 3434

Interesting Code Conversion Project

I found an interesting project concerning source code conversion. It is called PS2PC and i believe it is nolonger supported, but it converts PC native code to Playstation 2 MIPS native code. It is a comand line tool and I have uploaded it to megaupload here: http://www.megaupload.com/?d=7QTQKX9G sou...
by jgrimm
Thu Dec 03, 2009 6:45 am
Forum: PS2 Development
Topic: Run ELF within an ELF?
Replies: 6
Views: 4689

ok, im not i t much of a c or c++ person but i can program my ps2, havent looked at ulaunchelf source much though i dont need u to do it for me, but could u tell me how? or at least give me a vauge idea? thx
by jgrimm
Wed Dec 02, 2009 6:09 am
Forum: PS2 Development
Topic: Run ELF within an ELF?
Replies: 6
Views: 4689

yes, thats what i was thinking, but how exactly do i do that? im kinda noob at this. im guessing i include some header or .c from ulauncheELF source right? i just need to know wich file
by jgrimm
Tue Dec 01, 2009 10:45 am
Forum: PS2 Development
Topic: Run ELF within an ELF?
Replies: 6
Views: 4689

Run ELF within an ELF?

i want to embed code that will run an ELF file like ULaunchELF but automaticly (without user interaction) any ideas?
by jgrimm
Tue Dec 01, 2009 10:22 am
Forum: PS2 Development
Topic: Help With Makefile For Pad.h
Replies: 3
Views: 2865

ok thx guys and i hav gcc 3.4.4 so that shouldnt be a problem
by jgrimm
Mon Nov 30, 2009 10:37 am
Forum: PS2 Development
Topic: Help With Makefile For Pad.h
Replies: 3
Views: 2865

Help With Makefile For Pad.h

i have a library called Pad.h wich is a highlevel interface for libpad when i compile a program w/makefile it says "no rule to make pad.o needed by pad.elf stop." Here is Pad.h: #include <tamtypes.h> #include <kernel.h> #include <libpad.h> namespace Ito &#123; class Pad; &#125; /**...
by jgrimm
Sun Nov 29, 2009 2:25 am
Forum: PS2 Development
Topic: Usb pens or Usb flash drive
Replies: 19
Views: 8851

Most any usb storage will work really but flash drive is best - some dont work but my sandisk cruzer micro 2gb does and i know alot of lexar ones are known to work
by jgrimm
Sun Nov 29, 2009 2:17 am
Forum: PS2 Development
Topic: smallest ps2 program.
Replies: 7
Views: 4600

hey shdi_us could u plz show me how u got it to work because i tried a similar program wich compiled with no errors but only show a black screen when i run it with ulaunchELF