Seeking Programmers

Pages: 1234
closed account (N36fSL3A)
coder777 wrote:
Read your own post from Jan 8, 2014 at 6:04am after SatsumaBenji post from Jan 7, 2014 at 7:03pm
I wrote:
Something cheap you might want to experiment with is the Intel Pentium 3, which should be more than enough for what you want to do

Might, as in the final product might use it.

But I don't know about just stopping a data stream from a flashdrive, such as when you eject it without safely removing it, it could cause data loss. Perhaps a simple option of (Remove Game), where it shuts down the game and then you can change games.
Would probably be the best route.

You could also use a CD or something, maybe a floppy to keep it old-school, and refrain from returning it until the program shuts down.
Last edited on
Are you all forgetting how data has always been stored on consoles? Consoles typically use one media form which is read only for the game data (such as CD) and another media for save data (such as memory stick)

Sony use CD and removable flash drive
Microsoft use CD and HDD (not supposed to be removed)
Nintendo use a whole range, most recently CD and internal HDD (in Wii) or the same flash drive for game and saving (on DS)

Btw I think we've overlooked a rather large detail... What's happening with the GUI since Unix is pretty much either console or windowed environments
Last edited on
closed account (N36fSL3A)
Sony actually used a 'memory card' which was basically like a usb but not quite... it had a special format that prevented pirating.
This console I am designing has two USB ports on top, one USB for the games and one USB for the back up, memory, addons, etc.
Lumpkin wrote:
Sony actually used a 'memory card'

And this memory card uses what kind of technology? It's a flash drive with a few minor tweaks.
closed account (N36fSL3A)
Yea I know, it's just a [low capacity] flash chip with pins.
closed account (N36fSL3A)
Just get a PI to prototype and use. That's just a waste of money. (A PI costs half of that.)
Last edited on
So everyone agrees that I should use this: http://www.ebay.com/itm/like/390560460783?lpid=82

With 8gig Memory?
closed account (N36fSL3A)
Better to just purchase everything separately.

Get it from Element14 here:
http://www.ebay.com/itm/Raspberry-Pi-2-0-Model-B-512MB-Version-Element-14-Linux-System-Board-/290946215548?pt=LH_DefaultDomain_0&hash=item43bdbeee7c

http://www.ebay.com/itm/Raspberry-Pi-8GB-Class-10-SD-Card-with-NOOBS-Raspbian-OpenELEC-Raspbmc-Linux-/221338007376?pt=LH_DefaultDomain_0&hash=item3388c5f750
Umm..You can buy it directly off element14 for cheaper it's only 35
http://www.element14.com/community/community/raspberry-pi

Or you can even get it with an 8gb for 40 (still cheaper)
What is the sd card for?
Last edited on
The operating system runs off the sd card. You also need to buy a case and a charger to run the raspberry pi.
Well unless you're particularly interested in the Raspberry Pi for yourself I'm still just using it to modify the kernel at the moment... Or should I say learning to modify the kernel.
Only problem I see, is if I gather everything I need online, what's to stop everyone else from doing the same and copying the console?
I would love to join sent you a PM
Well then once things get started you need a more private messaging system
closed account (N36fSL3A)
That's why we said prototype and not build the entire thing off of it.
Just a note, it may take a while for me to understand what I'm actually doing in the kernel so it's probably worthwhile continuing to look for kernel hackers or OS makers
closed account (Dy7SLyTq)
forum.osdev.com (or is it org)
also irc.freenode.net #osdev
Pages: 1234