Search results

  1. T

    GP2X How To Get Stack Pointer And Stack Base Pointer

    He's trying to write a garbage collector. Boehm works fine though, so I dunno.
  2. T

    GP2X Reading Gp2x Serial Number

    You have to write the address (2 bytes) that you want to start reading from, it doesn't actually write to the eeprom. Compiles fine without i2c.h ? Strange, but ok.
  3. T

    Cheap Gps Reciever

    http://linuxadvocate.org/projects/roadster/ Probably run like shit though, and the interface would suck :)
  4. T

    Cramfs?

    It's also not stable. so dont use it.
  5. T

    Back To The Gp32, Coding To Hardware On Gp2x

    Both open2x and gph are using devfs, no need to put the modules on the nand, and no need to write a new image for some /dev nodes, just have the app load the module when it starts up.
  6. T

    Loading Skins In Cramfs?

    Yeah most alternate menus just scan the card for gpe files, and we will do the same. Since the scan can take a couple of seconds, we'll look at caching the results on the card and doing a rescan in the background.
  7. T

    Cheap Gps Reciever

    btw, the pl2303 is just a usb->serial adaptor chip, you could probably chop the cable and run it straight into the uart, save having a usb hub.
  8. T

    Cramfs?

    I fail to see how the Open2x firmware is going to rectify kgcs10's problem.
  9. T

    Loading Skins In Cramfs?

    Yeah it will be another alternative, and will replace the GPH menu in the Open2x project, so it must at least match GPH's functionality. Marduk is working on it as he gets time, and I'll have the kernel level stuff finished soon and should get a chance to help out. We're looking at making as...
  10. T

    Cheap Gps Reciever

    Yeah they should work fine. wtf are you going to do with it though?
  11. T

    Loading Skins In Cramfs?

    We're working on a replacement menu system that will allow you to have the skins stored in zip files on the sd card, you can browse the skins and changes will be instantly applied. All configuration etc will be on the SD card for now. We might look into setting aside a small part of the nand...
  12. T

    GP2X How To Get Physical Memory Address?

    I have some code from when I tried this out. Quick-and-dirty, it can only allocate 128kb of continuous memory. With a bit more effort I think it could be modified for more, so if there's any interest I can post it up.
  13. T

    Gp2x Terminal Emulator Released

    No network daemons are being run.
  14. T

    New Firmware Due @ End Of Month (ish)

    The kernel takes about 3 seconds to boot. It would probably take longer to do the screen redraws that it would to get on with it and display the menu already.
  15. T

    GP2X Reading Gp2x Serial Number

    Wait no longer :) http://wiki.gp2x.org/wiki/I2C
  16. T

    GP2X Reading Gp2x Serial Number

    Not quite. I'll have something soon.
  17. T

    New Firmware Due @ End Of Month (ish)

    What planet are you from ? This is GPH we're talking about here .....
  18. T

    GP2X Upper Memory

    Paeryn: If the 940t base register is set to 0x300 0000, what use are the video decoding buffers below this. Are they repeated at some other memory location?
  19. T

    GP2X Upper Memory

    Aren't there issues with writing stuff to the 32->48mb region causing lockups? I hope this isn't the case.
Back
Top